Skip to content

Commit

Permalink
Merge branch 'master' of github.com:STAMP-project/camp
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed Oct 4, 2019
2 parents 5160dc8 + 0c6fc82 commit 0c7ec03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added docs/assets/images/citygo_func_all_configs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/citygo_func_cov_configs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/stamp/atos/performance/template/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
FROM camp/runtime

RUN apt-get update \
&& apt-get install -y --no-install-recommends python2.7 python-pip \
&& apt-get install -y --no-install-recommends python2.7 python-pip python-setuptools\
&& rm -rf /usr/bin/python \
&& ln -s /usr/bin/python2.7 /usr/bin/python

0 comments on commit 0c7ec03

Please sign in to comment.