Skip to content

Commit

Permalink
[ROCm] fix security warning (#19017)
Browse files Browse the repository at this point in the history
fix security warning
  • Loading branch information
PeixuanZuo authored Jan 5, 2024
1 parent 447a3a7 commit efdcefc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
conda update --all && \
rm ~/miniconda.sh && conda clean -ya

# Conda base patch
RUN pip install cryptography==41.0.4

# Create migraphx-ci environment
ENV CONDA_ENVIRONMENT_PATH /opt/miniconda/envs/migraphx-ci
ENV CONDA_DEFAULT_ENV migraphx-ci
Expand Down
3 changes: 0 additions & 3 deletions tools/ci_build/github/pai/rocm-ci-pipeline-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ ENV CONDA_DEFAULT_ENV rocm-ci
RUN conda create -y -n ${CONDA_DEFAULT_ENV} python=3.9
ENV PATH ${CONDA_ENVIRONMENT_PATH}/bin:${PATH}

# Conda base patch
RUN pip install cryptography==41.0.4

# Enable rocm-ci environment
SHELL ["conda", "run", "-n", "rocm-ci", "/bin/bash", "-c"]

Expand Down

0 comments on commit efdcefc

Please sign in to comment.