carlosgomes98 commited on
Commit
1b173a5
·
1 Parent(s): 4b76dd1

remove --platform from dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM --platform=linux/amd64 python:3.8
2
 
3
 
4
  RUN apt-get update && apt-get install --no-install-recommends -y \
 
1
+ FROM python:3.8
2
 
3
 
4
  RUN apt-get update && apt-get install --no-install-recommends -y \