Spaces:
Runtime error
Runtime error
Fangrui Liu
commited on
Commit
·
7ea3f70
1
Parent(s):
3f17c1d
try again
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
-
FROM
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 5 |
|
|
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
+
FROM python:3.9
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 5 |
|