Spaces:
Build error
Build error
pragnakalp
commited on
Update Dockerfile
Browse files- 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 \
|