Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update installed extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 30, 2019
1 parent ffb6fcc commit 2878f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper
&& apt-get install -y docker-ce-cli

# Install pylint and Azure ML SDK
RUN pip install pylint azureml-sdk 2>&1
RUN pip install pylint azureml-sdk[notebooks,automl] 2>&1

# Clean up
RUN apt-get autoremove -y \
Expand Down

0 comments on commit 2878f22

Please sign in to comment.