Spaces:
Paused
Paused
harpreetsahota
commited on
Commit
•
4832efa
1
Parent(s):
e7dfa64
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
39 |
pyenv global ${PYTHON_VERSION} && \
|
40 |
pyenv rehash && \
|
41 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
42 |
-
pip install torch transformers accelerate bitsandbytes gradio packaging ninja protobuf
|
43 |
|
44 |
COPY --chown=1000 ./requirements.txt /tmp/requirements.txt
|
45 |
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt && \
|
|
|
39 |
pyenv global ${PYTHON_VERSION} && \
|
40 |
pyenv rehash && \
|
41 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
42 |
+
pip install torch scipy transformers accelerate bitsandbytes gradio packaging ninja protobuf
|
43 |
|
44 |
COPY --chown=1000 ./requirements.txt /tmp/requirements.txt
|
45 |
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt && \
|