File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ./requirements.txt ./mxnet-1.9.1-py3-none-any.whl /app/
17
17
RUN conda create --prefix $PYROOT python=3.7 -y \
18
18
&& apt-get update \
19
19
&& apt-get install -y git libgl1 libatlas-base-dev libopencv-dev build-essential libopenblas-dev unzip \
20
- && conda init && conda activate $PYROOT && conda install -y -c conda-forge gcc=12 && conda deactivate \
20
+ && conda init && source ~/.bashrc && conda activate $PYROOT && conda install -y -c conda-forge gcc=12 && conda deactivate \
21
21
&& wget https://static.rust-lang.org/rustup.sh -O - | sh -s -- -y && source "$HOME/.cargo/env" \
22
22
&& wget -c https://github.com/lzhiyong/android-sdk-tools/releases/download/34.0.3/android-sdk-tools-static-aarch64.zip && unzip android-sdk-tools-static-aarch64.zip "platform-tools/*" -d /opt \
23
23
&& $PYROOT/bin/pip install -U pip setuptools wheel \
You can’t perform that action at this time.
0 commit comments