Skip to content

About docker #2

Description

@bingbingshu

When I used the Docker command to build a Docker container, it told me that I needed to use the arm64 architecture, but the Dockerfile included the use of "RUN cd/&wget -- quiet" https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /miniconda.sh &&
/bin/bash /miniconda.sh -b -p /opt/conda &&
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh &&
echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc &&
/bin/bash -c "source ~/.bashrc" &&
/opt/conda/bin/conda update -n base -c defaults conda -y &&
/opt/conda/bin/conda config --set ssl_verify no &&
/opt/conda/bin/conda config --add channels conda-forge &&
/Opt/bond/bin/conda create - n py38 python=3.8 ", if using to set conda to arrch64 version, there will be no matching cu113 combination library.
I hope to receive your assistance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions