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

Commit 2878f22

Browse files
committed
Update installed extras
1 parent ffb6fcc commit 2878f22

File tree

1 file changed

+1
-1
lines changed
  • containers/azure-machine-learning-python-3/.devcontainer

1 file changed

+1
-1
lines changed

containers/azure-machine-learning-python-3/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper
3434
&& apt-get install -y docker-ce-cli
3535

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

3939
# Clean up
4040
RUN apt-get autoremove -y \

0 commit comments

Comments
 (0)