Skip to content

Commit

Permalink
docker: add conda and upgrade python to 2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ycool authored and Capri2014 committed Jul 2, 2018
1 parent 3280dd8 commit 0b6d302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/scripts/dev_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ INCHINA="no"
LOCAL_IMAGE="no"
VERSION=""
ARCH=$(uname -m)
VERSION_X86_64="dev-x86_64-20180629_1650"
VERSION_X86_64="dev-x86_64-20180702_1140"
VERSION_AARCH64="dev-aarch64-20170927_1111"
VERSION_OPT=""

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_adduser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ adduser --disabled-password --force-badname --gecos '' "$DOCKER_USER" \
usermod -aG sudo "$DOCKER_USER"
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
cp -r /etc/skel/. /home/${DOCKER_USER}
echo "export PATH=/apollo/scripts:$PATH" >> /home/${DOCKER_USER}/.bashrc
echo "export PATH=/apollo/scripts:/usr/local/miniconda2/bin/:$PATH" >> /home/${DOCKER_USER}/.bashrc
echo 'if [ -e "/apollo/scripts/apollo_base.sh" ]; then source /apollo/scripts/apollo_base.sh; fi' >> "/home/${DOCKER_USER}/.bashrc"
echo "ulimit -c unlimited" >> /home/${DOCKER_USER}/.bashrc

Expand Down

0 comments on commit 0b6d302

Please sign in to comment.