Skip to content

Commit

Permalink
fix: restore makefile commands
Browse files Browse the repository at this point in the history
fix #81
  • Loading branch information
lorenzo-cavazzi committed Mar 4, 2020
1 parent e6b1539 commit ae8a178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# 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_LABEL?=latest
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 ae8a178

Please sign in to comment.