Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 26, 2024
1 parent 26c79ad commit aa6fca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN mkdir -p "gcsfuse_data"

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

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

0 comments on commit aa6fca5

Please sign in to comment.