Skip to content

Commit

Permalink
Merge pull request #518 from vprashar2929/chore-dk
Browse files Browse the repository at this point in the history
chore(Dockerfile): remove platform flag from FROM instruction
  • Loading branch information
sthaha authored Oct 23, 2024
2 parents 8bfaede + 1af5d74 commit 522a2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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

WORKDIR /kepler_model
ENV PYTHONPATH=/kepler_model
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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

# Prevents Python from writing pyc files.
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit 522a2cb

Please sign in to comment.