We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df832b1 commit b8e5b52Copy full SHA for b8e5b52
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
echo "======================================="
98
echo "$TEST_DOCKER_PULL_KEY" |docker login nvcr.io --username '$oauthtoken' --password-stdin
99
docker run \
100
- --net=host \
+ --net=host \
101
-v ./notebooks/api_usage_result.html:/app/input/aiva/api_usage.html \
102
-v ./notebooks/ingest_data_result.html:/app/input/aiva/ingest_data.html \
103
-v "$(pwd):/workspace" \
0 commit comments