pragnakalp commited on
Commit
c95618d
·
verified ·
1 Parent(s): 0bd61d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
  WORKDIR /content
4
 
5
  RUN apt-get update && apt-get install -y \
6
- python3 \
7
  python3-pip \
8
  gnupg \
9
  wget \
 
3
  WORKDIR /content
4
 
5
  RUN apt-get update && apt-get install -y \
6
+ python3.8 \
7
  python3-pip \
8
  gnupg \
9
  wget \