Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-k-lee authored Jan 31, 2022
1 parent cdc3cb5 commit 157f485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/matlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BASE_ML_INSTALL_LOC=/tmp/matlab-install-location

# For finding latest versions of the base image see
# https://github.com/SwissDataScienceCenter/renkulab-docker
ARG RENKU_BASE_IMAGE=renku/renkulab-py:latest
ARG BASE_IMAGE=renku/renkulab-py:latest

# Replace "mathworks/matlab" with any Docker image that contains MATLAB
# MATLAB should be available on the path in the Docker image
Expand All @@ -26,7 +26,7 @@ RUN export ML_INSTALL_LOC=$(which matlab) \
echo "Proceeding with user provided path to MATLAB installation: ${BASE_ML_INSTALL_LOC}"; \
fi

FROM ${RENKU_BASE_IMAGE}
FROM ${BASE_IMAGE}
# Use Renku instead of the base notebook
# FROM jupyter/base-notebook
ARG BASE_ML_INSTALL_LOC
Expand Down

0 comments on commit 157f485

Please sign in to comment.