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 a127220 commit 65bf644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/matlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# Argument shared across multi-stage build to hold location of installed MATLAB
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 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
FROM mathworks/matlab AS matlab-install-stage
Expand All @@ -26,6 +22,10 @@ RUN export ML_INSTALL_LOC=$(which matlab) \
echo "Proceeding with user provided path to MATLAB installation: ${BASE_ML_INSTALL_LOC}"; \
fi

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

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

0 comments on commit 65bf644

Please sign in to comment.