We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bfaede + 1af5d74 commit 522a2cbCopy full SHA for 522a2cb
dockerfiles/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 quay.io/sustainable_computing_io/kepler_model_server_base:latest
+FROM quay.io/sustainable_computing_io/kepler_model_server_base:latest
2
3
WORKDIR /kepler_model
4
ENV PYTHONPATH=/kepler_model
dockerfiles/Dockerfile.test
# Prevents Python from writing pyc files.
ENV PYTHONDONTWRITEBYTECODE=1
0 commit comments