Skip to content

Commit

Permalink
update algorithm base version and algorithm store information
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Sep 2, 2024
1 parent 0d645dc commit dbfb236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Basic python3 image as base
FROM harbor2.vantage6.ai/infrastructure/algorithm-base
FROM harbor2.vantage6.ai/infrastructure/algorithm-base:4.6

# This is a placeholder that should be overloaded by invoking Docker build with '--build-arg PKG_NAME=...'
ARG PKG_NAME="v6-gpu-accessibility"
Expand Down
4 changes: 2 additions & 2 deletions algorithm_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "v6-gpu-accessibility",
"image": "v6-gpu-accessibility",
"vantage6_version": "4.6",
"code_url": "https://mygitrepo.org",
"documentation_url": "",
"code_url": "https://github.com/MaastrichtU-CDS/v6-gpu-accessibility",
"documentation_url": "https://github.com/MaastrichtU-CDS/v6-gpu-accessibility/wiki",
"partitioning": "horizontal",
"functions": [
{
Expand Down

0 comments on commit dbfb236

Please sign in to comment.