Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backend-ci
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
sysadmin
backend-ci
Commits
5dce43c7
Commit
5dce43c7
authored
Aug 29, 2022
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Update cuda-go/Dockerfile
parent
52e2876c
No related branches found
No related tags found
1 merge request
!1
Update cuda-go/Dockerfile
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cuda-go/Dockerfile
+5
-5
5 additions, 5 deletions
cuda-go/Dockerfile
with
5 additions
and
5 deletions
cuda-go/Dockerfile
+
5
−
5
View file @
5dce43c7
...
@@ -8,13 +8,13 @@ ENV CUDA_VER=1.11.1
...
@@ -8,13 +8,13 @@ ENV CUDA_VER=1.11.1
#RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
#RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN
apt update
RUN
apt update
RUN
DEBIAN_FRONTEND
=
noninteractive
TZ
=
Etc/UTC apt-get
-y
install
tzdata
RUN
DEBIAN_FRONTEND
=
noninteractive
TZ
=
Etc/UTC apt-get
-y
install
tzdata
wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq
RUN
apt upgrade
-y
RUN
apt upgrade
-y
RUN
apt
install
-y
software-properties-common
RUN
apt
install
-y
software-properties-common
RUN
add-apt-repository
-y
ppa:longsleep/golang-backports
RUN
wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz
RUN
apt
install
-y
golang-
$GO_VER
git libgmp-dev bc curl nsight-systems-2020.3.4 wget jq
RUN
tar
-xzf
-C
/usr/local go1.17.13.linux-amd64.tar.gz
RUN
ln
-s
/usr/l
ib/go-
$GO_VER
/bin/go /usr/bin/go
RUN
ln
-s
/usr/l
ocal/go
/bin/go /usr/bin/go
RUN
ln
-s
/usr/l
ib/go-
$GO_VER
/bin/gofmt /usr/bin/gofmt
RUN
ln
-s
/usr/l
ocal/go
/bin/gofmt /usr/bin/gofmt
# Goverage is deprecated in our build system
# Goverage is deprecated in our build system
RUN
go
install
github.com/haya14busa/goverage@latest
RUN
go
install
github.com/haya14busa/goverage@latest
# RUN go get -u github.com/ory/go-acc
# RUN go get -u github.com/ory/go-acc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment