uzi007 commited on
Commit
b7b31e5
1 Parent(s): 6f488e4

Updated Dockerfile for GPU Dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -18,7 +18,9 @@ RUN apt-get -y update \
18
  && add-apt-repository universe
19
 
20
  RUN apt-get -y update \
21
- && apt-get -y install python3 \
 
 
22
  && apt-get -y install python3-pip
23
 
24
  RUN apt-get -y update \
 
18
  && add-apt-repository universe
19
 
20
  RUN apt-get -y update \
21
+ && apt-get -y install python3.10 \
22
+ && apt-get -y install python3.10-distutils \
23
+ && apt-get -y install python3.10-venv \
24
  && apt-get -y install python3-pip
25
 
26
  RUN apt-get -y update \