uzi007 commited on
Commit
f251179
1 Parent(s): 3722fe1

Updated Dockerfile for GPU Dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -16,9 +16,9 @@ RUN apt-get -y update \
16
  && apt-get install -y software-properties-common \
17
  && apt-get -y update \
18
  && add-apt-repository universe
19
- RUN apt-get -y update \
20
- && apt-get -y install python3 \
21
- && apt-get -y install python3-pip
22
 
23
  # Additional system dependencies
24
  RUN apt-get install -y ffmpeg && apt-get install -y yt-dlp
 
16
  && apt-get install -y software-properties-common \
17
  && apt-get -y update \
18
  && add-apt-repository universe
19
+ RUN apt-get -y update
20
+ RUN apt-get -y install python3
21
+ RUN apt-get -y install python3-pip
22
 
23
  # Additional system dependencies
24
  RUN apt-get install -y ffmpeg && apt-get install -y yt-dlp