-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md attemps to address #159 * remove cuda9.2 * update readme * revert vnc and julia to py:latest * fix build argument for julia
- Loading branch information
1 parent
a3294af
commit fa9dcf1
Showing
5 changed files
with
21 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG BASE_IMAGE=renku/renkulab-py:3.8-0.7.5 | ||
ARG BASE_IMAGE=renku/renkulab-py:latest | ||
FROM $BASE_IMAGE as base | ||
|
||
LABEL maintainer="Swiss Data Science Center <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG BASE_IMAGE=renku/renkulab-py:3.8-0.7.6 | ||
ARG BASE_IMAGE=renku/renkulab-py:latest | ||
FROM ${BASE_IMAGE} | ||
|
||
LABEL maintainer="Swiss Data Science Center <[email protected]>" | ||
|