uzi007 commited on
Commit
5e945e0
1 Parent(s): 80f3d8b

Updated Dockerfile for GPU Dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -25,12 +25,12 @@ RUN apt-get -y update \
25
  RUN apt-get -y update \
26
  && apt-get -y install git
27
 
28
- # Additional system dependencies
29
- RUN apt-get -y update \
30
- && apt-get install -y ffmpeg \
31
- && apt-get install -y yt-dlp
32
 
33
- RUN python --version
34
 
35
  # # FROM python:3.10
36
 
 
25
  RUN apt-get -y update \
26
  && apt-get -y install git
27
 
28
+ # # Additional system dependencies
29
+ # RUN apt-get -y update \
30
+ # && apt-get install -y ffmpeg \
31
+ # && apt-get install -y yt-dlp
32
 
33
+ RUN python3 --version
34
 
35
  # # FROM python:3.10
36