kapllan commited on
Commit
7a96a15
·
verified ·
1 Parent(s): fc6b9ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Python runtime as a parent image
2
- FROM --platform=amd64 python:3.10
3
 
4
  # Set environment variables for Poetry
5
  ENV POETRY_VERSION=1.4.0 \
 
1
  # Use an official Python runtime as a parent image
2
+ FROM --platform=linux python:3.10
3
 
4
  # Set environment variables for Poetry
5
  ENV POETRY_VERSION=1.4.0 \