Skip to content

Commit

Permalink
remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 16, 2024
1 parent 44d1619 commit 3c26723
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/score_external_tuning_submission.yml

This file was deleted.

3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,4 @@ RUN cd /algorithmic-efficiency && git pull
COPY scripts/startup.sh /algorithmic-efficiency/docker/scripts/startup.sh
RUN chmod a+x /algorithmic-efficiency/docker/scripts/startup.sh

# Move submissions into algorithmic-efficiency-repo
COPY submissions_algorithms_v0_5 /algorithmic-efficiency/submissions/submissions_algorithms_v0_5

ENTRYPOINT ["bash", "/algorithmic-efficiency/docker/scripts/startup.sh"]
2 changes: 1 addition & 1 deletion docker/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

for FRAMEWORK in "jax" "pytorch" "both"
do
IMAGE_NAME="algoperf_${FRAMEWORK}_${GIT_BRANCH}_scoring"
IMAGE_NAME="algoperf_${FRAMEWORK}_${GIT_BRANCH}"
DOCKER_BUILD_COMMAND="docker build --no-cache -t $IMAGE_NAME . --build-arg framework=$FRAMEWORK --build-arg branch=$GIT_BRANCH"
DOCKER_TAG_COMMAND="docker tag $IMAGE_NAME us-central1-docker.pkg.dev/training-algorithms-external/mlcommons-docker-repo/$IMAGE_NAME"
DOCKER_PUSH_COMMAND="docker push us-central1-docker.pkg.dev/training-algorithms-external/mlcommons-docker-repo/$IMAGE_NAME"
Expand Down

0 comments on commit 3c26723

Please sign in to comment.