silaseic commited on
Commit
492ea83
1 Parent(s): 3c1fa7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN dpkg-reconfigure --frontend noninteractive tzdata
17
  # Install the libglib2.0-0 package
18
  RUN apt-get update && apt-get install -y libgl1-mesa-glx
19
  RUN apt-get update && apt-get install -y libglib2.0-0
 
20
 
21
  # Install the Python dependencies
22
  WORKDIR /code
 
17
  # Install the libglib2.0-0 package
18
  RUN apt-get update && apt-get install -y libgl1-mesa-glx
19
  RUN apt-get update && apt-get install -y libglib2.0-0
20
+ RUN apt-get update && apt-get install -y python3.9 python3-pip
21
 
22
  # Install the Python dependencies
23
  WORKDIR /code