We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e8a82 commit 350b0d1Copy full SHA for 350b0d1
.github/workflows/ec2-pipeline.yml
@@ -149,7 +149,7 @@ jobs:
149
touch best_model_checkpoint.txt
150
docker run --rm --gpus=all \
151
-v model_storage:/workspace/model_storage \
152
- -v best_model_checkpoint.txt:/workspace/best_model_checkpoint.txt
+ -v best_model_checkpoint.txt:/workspace/best_model_checkpoint.txt \
153
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
154
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
155
-e AWS_DEFAULT_REGION=${{ secrets.AWS_REGION }} \
0 commit comments