mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
parent
447a3a7c70
commit
efdcefcf8c
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue