Spaces:
Sleeping
Sleeping
Commit Β·
e1deaf6
1
Parent(s): e6b9219
Fix Docker: pin python:3.10-bookworm with amd64 platform to fix registry manifest errors
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# ββ Strategic Negotiation Environment β OpenEnv Dockerfile ββ
|
| 2 |
# Deploys the environment as a FastAPI server on HuggingFace Spaces
|
| 3 |
|
| 4 |
-
FROM python:3.
|
| 5 |
|
| 6 |
WORKDIR /app
|
| 7 |
|
|
|
|
| 1 |
# ββ Strategic Negotiation Environment β OpenEnv Dockerfile ββ
|
| 2 |
# Deploys the environment as a FastAPI server on HuggingFace Spaces
|
| 3 |
|
| 4 |
+
FROM --platform=linux/amd64 python:3.10-bookworm
|
| 5 |
|
| 6 |
WORKDIR /app
|
| 7 |
|