Spaces:
Runtime error
Runtime error
ebiz
commited on
Commit
β’
1583e93
1
Parent(s):
6b19707
local running successfully
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|
2 |
|
3 |
RUN apt update
|
4 |
RUN apt-get update && \
|
5 |
-
apt-get install -y curl
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
|
|
|
2 |
|
3 |
RUN apt update
|
4 |
RUN apt-get update && \
|
5 |
+
apt-get install -y curl python3-pip python3-dev && \
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
|