Skip to content

Commit

Permalink
Install wget in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonYansenZhao committed Feb 19, 2024
1 parent 86b5611 commit f61627e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ def create_run_config(
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y wget git-all && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/*
# Conda Environment
ENV MINICONDA_VERSION py38_23.3.1-0
ENV PATH /opt/miniconda/bin:$PATH
Expand Down

0 comments on commit f61627e

Please sign in to comment.