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.
2 parents 58153f6 + 5a138c4 commit e9d54daCopy full SHA for e9d54da
.github/workflows/fork-ci.yml
@@ -30,3 +30,4 @@ jobs:
30
registry-username: ${{ secrets.NVCR_USERNAME }}
31
registry-token: ${{ secrets.NVCR_TOKEN }}
32
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
33
+ goproxy: ${{ secrets.GO_PROXY_URL }}
Dockerfile.nvidia
@@ -1,5 +1,8 @@
1
ARG BASE_IMAGE=nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
2
3
+ARG GOPROXY
4
+ENV GOPROXY=$GOPROXY
5
+
6
FROM ${BASE_IMAGE}
7
RUN apt-get update -y && apt-get install -y curl
8
0 commit comments