Skip to content

Commit

Permalink
updating docker run command for beataml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobson95 committed Jan 3, 2024
1 parent 05be3e8 commit fbe3d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Build BeatAML Image
run: docker build -t beataml-builder -f build/docker/Dockerfile.beataml .
- name: Run BeatAML Container with samples option
run: docker run --name beataml-samples-container -e SYNAPSE_TOKEN=${{ secrets.SYNAPSE_TOKEN_SECRET }} beataml-builder python GetBeatAML.py --token ${SYNAPSE_TOKEN} --samples
run: docker run --name beataml-samples-container beataml-builder python GetBeatAML.py --token ${{ secrets.SYNAPSE_TOKEN_SECRET }} --samples
- name: Copy file from BeatAML Samples Container
run: |
mkdir beataml-samples
Expand Down

0 comments on commit fbe3d71

Please sign in to comment.