Spaces:
Sleeping
Sleeping
arslan-ahmed
commited on
Commit
•
142ffac
1
Parent(s):
95dd151
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
# Use an official Python runtime as a parent image
|
3 |
-
FROM
|
4 |
|
5 |
# Set the working directory in the container
|
6 |
WORKDIR /app/ttyd
|
|
|
1 |
|
2 |
# Use an official Python runtime as a parent image
|
3 |
+
FROM python:3.11
|
4 |
|
5 |
# Set the working directory in the container
|
6 |
WORKDIR /app/ttyd
|