Kangarroar commited on
Commit
69d0bb2
1 Parent(s): c82d0a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ COPY ./packages.txt /app/packages.txt
16
  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
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
 
20
  WORKDIR /app
21
  # Set up a new user named "user" with user ID 1000
 
16
  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
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-binary :all: --no-use-pep517 pyworld
20
+
21
 
22
  WORKDIR /app
23
  # Set up a new user named "user" with user ID 1000