Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
py3 to p2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Jun 30, 2020
1 parent ad3714f commit 5936afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/docker/Dockerfile.build.jetson
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
unzip \
python3 \
python3-pip \
python \
python-pip \
awscli \
crossbuild-essential-arm64 \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -79,7 +81,7 @@ COPY install/ubuntu_adduser.sh /work/
RUN /work/ubuntu_adduser.sh

COPY install/requirements /work/
RUN python3 -m pip install -r /work/requirements
RUN python -m pip install -r /work/requirements

COPY runtime_functions.sh /work/
WORKDIR /work/mxnet

0 comments on commit 5936afb

Please sign in to comment.