Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 27, 2024
1 parent e3e632e commit 6be9e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ RUN mkdir -p "gcsfuse_data"

ARG PYTORCH_VERSION
ARG BUCKET_TYPE
ENV PYTORCH_VERSION=${PYTORCH_VERSION}
ENV BUCKET_TYPE=${BUCKET_TYPE}

ENTRYPOINT ["/bin/bash", "-c", "./run_model.sh ${PYTORCH_VERSION} ${BUCKET_TYPE}"]

0 comments on commit 6be9e62

Please sign in to comment.