MridulNegi2005 commited on
Commit
e1deaf6
Β·
1 Parent(s): e6b9219

Fix Docker: pin python:3.10-bookworm with amd64 platform to fix registry manifest errors

Browse files
Files changed (1) hide show
  1. 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.11
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