NitinBot002 commited on
Commit
088050c
·
verified ·
1 Parent(s): e9fbe55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
 
29
  # Install Python libraries
30
  RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip setuptools wheel && \
31
- pip3 install --break-system-packages ipython virtualenv jupyter
32
 
33
  # Setup workspace
34
  RUN mkdir -p /home/coder/project && chown -R coder:coder /home/coder/project
 
28
 
29
  # Install Python libraries
30
  RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip setuptools wheel && \
31
+ pip3 install --break-system-packages ipython virtualenv jupyter yt-dlp
32
 
33
  # Setup workspace
34
  RUN mkdir -p /home/coder/project && chown -R coder:coder /home/coder/project