Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Feb 8, 2022
1 parent cbbf0f2 commit 9ae605b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/docker/purge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export SUDO_FORCE_REMOVE=yes
apt-get autoremove --purge -y sudo

conan remove -f "*"
pip3 uninstall -y conan
rm -rf ./root/.cache
4 changes: 3 additions & 1 deletion ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ apt-get install -y \
wget

pip3 install pip==20.0.2 # upgrade pip
pip3 install py-cortex-api
pip3 install conan
pip3 install py-cortex-api==2.2.0
bash build.sh

0 comments on commit 9ae605b

Please sign in to comment.