Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
dbd0340
1
Parent(s):
2d8900e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1
|
|
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 /app/requirements.txt
|
21 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
22 |
-
RUN pip install
|
23 |
|
24 |
WORKDIR /app
|
25 |
# Set up a new user named "user" with user ID 1000
|
|
|
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 /app/requirements.txt
|
21 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
22 |
+
RUN pip install pyworld --no-use-pep517
|
23 |
|
24 |
WORKDIR /app
|
25 |
# Set up a new user named "user" with user ID 1000
|