winglian commited on
Commit
cf37980
1 Parent(s): 312b8d5

fix missing run coninuation

Browse files
Files changed (1) hide show
  1. 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