Vivian Liu commited on
Commit
456db7b
1 Parent(s): 643dcc6

Dockerfile

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