Kangarroar commited on
Commit
bdab205
1 Parent(s): 16fd601

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -17,7 +17,8 @@ RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1
17
  RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
18
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
19
  RUN pip3 install --no-cache-dir numba==0.56.3
20
- RUN pip3 install pyworld
 
21
  WORKDIR /app
22
  # Set up a new user named "user" with user ID 1000
23
  RUN useradd -m -u 1000 user
 
17
  RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
18
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
19
  RUN pip3 install --no-cache-dir numba==0.56.3
20
+ RUN pip3 install pyworld --no-use-pep517
21
+
22
  WORKDIR /app
23
  # Set up a new user named "user" with user ID 1000
24
  RUN useradd -m -u 1000 user