Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Commit
•
cee3998
1
Parent(s):
45a8eb7
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM ubuntu:24.04
|
2 |
-
|
3 |
RUN apt-get install -y python3-pip
|
4 |
RUN apt-get install -y python3-venv
|
5 |
WORKDIR /code
|
|
|
1 |
FROM ubuntu:24.04
|
2 |
+
RUN apt-get update
|
3 |
RUN apt-get install -y python3-pip
|
4 |
RUN apt-get install -y python3-venv
|
5 |
WORKDIR /code
|