Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
4c13fe4
1
Parent(s):
7d201e4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
17 |
COPY ./packages.txt /app/packages.txt
|
18 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
|
19 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
20 |
-
RUN pip3 install --no-cache-dir -r
|
21 |
RUN pip3 install --no-binary :all: --no-use-pep517 pyworld
|
22 |
|
23 |
|
|
|
17 |
COPY ./packages.txt /app/packages.txt
|
18 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
|
19 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
20 |
+
RUN pip3 install --no-cache-dir -r ./requirements.txt
|
21 |
RUN pip3 install --no-binary :all: --no-use-pep517 pyworld
|
22 |
|
23 |
|