Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
f19a4ca
1
Parent(s):
cacfd35
Update Dockerfile to Python 3.11 to meet proxy-lite requirements
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Dockerfile
|
2 |
# Use a Python base image that is compatible with Playwright's system dependencies
|
3 |
-
FROM python:3.
|
4 |
|
5 |
# Set the working directory inside the container
|
6 |
WORKDIR /app
|
|
|
1 |
# Dockerfile
|
2 |
# Use a Python base image that is compatible with Playwright's system dependencies
|
3 |
+
FROM python:3.11-slim-buster
|
4 |
|
5 |
# Set the working directory inside the container
|
6 |
WORKDIR /app
|