Vivian Liu commited on
Commit
974ff52
1 Parent(s): 0da97b8

with versions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN pip3 install --upgrade pip
40
  # Clone the repository and install Python dependencies
41
  RUN git clone https://github.com/hellovivian/generative-disco.git \
42
  && cd generative-disco \
43
- && pip install --ignore-installed stable_diffusion_videos==0.8.0 openai numba realesrgan diffusers==0.11.0
44
 
45
  # Add user and give permissions
46
  RUN adduser --disabled-password --gecos '' user \
 
40
  # Clone the repository and install Python dependencies
41
  RUN git clone https://github.com/hellovivian/generative-disco.git \
42
  && cd generative-disco \
43
+ && pip install --ignore-installed stable_diffusion_videos==0.8.0 openai numba realesrgan diffusers==0.11.1
44
 
45
  # Add user and give permissions
46
  RUN adduser --disabled-password --gecos '' user \