Skip to content

Commit

Permalink
fix: pass in conda env name
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmishra90 committed Aug 17, 2024
1 parent 0f4fa2d commit 29f53c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run Facsmilab-Full container and execute script
run: |
docker run --rm -v $(pwd):/home/coder/work --gpus 0 pranavmishra90/facsimilab-full:latest /opt/conda/envs/facsimilab/bin/python testing/full_image.py >> testing/results/full-image.txt
docker run --rm -v $(pwd):/home/coder/work --gpus 0 -e ENV_NAME=facsimilab pranavmishra90/facsimilab-full:latest /opt/conda/envs/facsimilab/bin/python testing/full_image.py >> testing/results/full-image.txt
- name: Push Docker images
run: bash docker/push-all.sh
Expand Down

0 comments on commit 29f53c2

Please sign in to comment.