Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
df61449
1
Parent(s):
3ac34e5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
# Build virtualenv as separate step: Only re-execute this step when pyproject.toml or poetry.lock changes
|
4 |
FROM build AS build-venv
|
|
|
1 |
+
FROM ghcr.io/divideprojects/docker-python-base:latest AS build
|
2 |
|
3 |
# Build virtualenv as separate step: Only re-execute this step when pyproject.toml or poetry.lock changes
|
4 |
FROM build AS build-venv
|