Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|
3 |
|
4 |
RUN apt-get update -y && \
|
5 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && \
|
6 |
-
pip install -q torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 && \
|
7 |
pip install xformers==0.0.20 triton==2.0.0 packaging==23.1 && \
|
8 |
adduser --disabled-password --gecos '' user && \
|
9 |
mkdir /content && \
|
|
|
3 |
|
4 |
RUN apt-get update -y && \
|
5 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && \
|
6 |
+
pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 && \
|
7 |
pip install xformers==0.0.20 triton==2.0.0 packaging==23.1 && \
|
8 |
adduser --disabled-password --gecos '' user && \
|
9 |
mkdir /content && \
|