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
dec7a81c
Commit
dec7a81c
authored
Mar 14, 2023
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
change version of wasmbrowsertest used
parent
5f1242c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cuda-go/Dockerfile
+2
-1
2 additions, 1 deletion
cuda-go/Dockerfile
with
2 additions
and
1 deletion
cuda-go/Dockerfile
+
2
−
1
View file @
dec7a81c
...
...
@@ -29,7 +29,8 @@ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc
RUN
chmod
+x mc
RUN
mv
mc /usr/bin
RUN
go
install
github.com/agnivade/wasmbrowsertest@latest
#RUN go install github.com/agnivade/wasmbrowsertest@latest
RUN
go
install
github.com/agnivade/wasmbrowsertest@bba38b6
RUN
mv
/root/go/bin/wasmbrowsertest /root/go/bin/go_js_wasm_exec
RUN
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
&&
dpkg
-i
google-chrome-stable_current_amd64.deb
||
true
&&
rm
-rf
google-chrome-stable_current_amd64.deb
...
...
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