Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
a198955
1
Parent(s):
9b2241b
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,8 +18,7 @@ RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1
|
|
18 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
19 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
20 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
21 |
-
|
22 |
-
|
23 |
WORKDIR /app
|
24 |
# Set up a new user named "user" with user ID 1000
|
25 |
RUN useradd -m -u 1000 user
|
|
|
18 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
19 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
20 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
21 |
+
RUN pip install pyworld
|
|
|
22 |
WORKDIR /app
|
23 |
# Set up a new user named "user" with user ID 1000
|
24 |
RUN useradd -m -u 1000 user
|