Skip to content

Commit

Permalink
fix: restore makefile commands (#82)
Browse files Browse the repository at this point in the history
* fix #81
  • Loading branch information
lorenzo-cavazzi authored Apr 6, 2020
1 parent 031fa69 commit 408e107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# limitations under the License.

extensions = \
r-bioconductor_3_10 r \
cuda-9.2 cuda-10.0-tensorflow-1.14
bioc3_10 r3.6.1 \
cuda9.2 cuda10.0-tf1.14

DOCKER_PREFIX?=renku/singleuser
DOCKER_PREFIX?=renku/renkulab
DOCKER_LABEL?=latest
JUPYTERHUB_VERSION?=1.2
GIT_MASTER_HEAD_SHA:=$(shell git rev-parse --short=7 --verify HEAD)
Expand All @@ -37,7 +37,7 @@ endif
all: base $(extensions)

base:
docker build docker/base \
docker build docker/py3.7 \
--build-arg RENKU_PIP_SPEC=$(RENKU_PIP_SPEC) \
--build-arg JUPYTERHUB_VERSION=$(JUPYTERHUB_VERSION) \
-t $(DOCKER_PREFIX):$(DOCKER_LABEL)$(RENKU_TAG) && \
Expand Down

0 comments on commit 408e107

Please sign in to comment.