Skip to content

Commit

Permalink
squashme: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Jul 15, 2021
1 parent df58b62 commit 204eae4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/cuda-tf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=renku/renkulab-py:latest
ARG BASE_IMAGE
FROM $BASE_IMAGE

LABEL maintainer="Swiss Data Science Center <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docker/generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# define build arguments
ARG RENKU_BASE=renku/renkulab-py:latest
ARG RENKU_BASE
ARG BASE_IMAGE=python:slim-buster
ARG NB_USER=jovyan

Expand Down
2 changes: 1 addition & 1 deletion docker/julia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=renku/renkulab-py:latest
ARG BASE_IMAGE
FROM $BASE_IMAGE as base

LABEL maintainer="Swiss Data Science Center <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# define build arguments
ARG RENKU_BASE=renku/renkulab-py:latest
ARG RENKU_BASE
ARG BASE_IMAGE=rocker/verse:4.0.5

# define base images
Expand Down

0 comments on commit 204eae4

Please sign in to comment.