HFHAB commited on
Commit
d2c1b4b
1 Parent(s): 6fc1f3d

Update Dockerfile

Browse files

RUN pip install -U bitsandbytes-cuda110

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
- RUN pip install -U bitsandbytes
9
 
10
  COPY . .
11
 
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+ RUN pip install -U bitsandbytes-cuda110
9
 
10
  COPY . .
11