fix missing run coninuation
Browse files- docker/Dockerfile-base +1 -1
docker/Dockerfile-base
CHANGED
@@ -65,7 +65,7 @@ WORKDIR /workspace
|
|
65 |
|
66 |
RUN git clone https://github.com/TimDettmers/bitsandbytes.git && \
|
67 |
cd bitsandbytes && \
|
68 |
-
CUDA_VERSION=$CUDA_VERSION_BNB make cuda11x \
|
69 |
python setup.py bdist_wheel
|
70 |
|
71 |
FROM base-builder
|
|
|
65 |
|
66 |
RUN git clone https://github.com/TimDettmers/bitsandbytes.git && \
|
67 |
cd bitsandbytes && \
|
68 |
+
CUDA_VERSION=$CUDA_VERSION_BNB make cuda11x && \
|
69 |
python setup.py bdist_wheel
|
70 |
|
71 |
FROM base-builder
|