fix env misconfig
This commit is contained in:
parent
d4d9bae02f
commit
a363bec25b
@ -2,7 +2,7 @@ FROM rocm/dev-ubuntu-22.04:${ROCM_VERSION}
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive \
|
ENV DEBIAN_FRONTEND=noninteractive \
|
||||||
PYTHONUNBUFFERED=1 \
|
PYTHONUNBUFFERED=1 \
|
||||||
PYTHONIOENCODING=UTF-8 \
|
PYTHONIOENCODING=UTF-8
|
||||||
|
|
||||||
# For bitsandbytes
|
# For bitsandbytes
|
||||||
ENV BNB_GPU_TARGETS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1030;gfx1100;gfx1101;gfx1102"
|
ENV BNB_GPU_TARGETS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1030;gfx1100;gfx1101;gfx1102"
|
||||||
|
Loading…
Reference in New Issue
Block a user