Yaron Koresh commited on
Commit
6c73ed4
·
verified ·
1 Parent(s): ec239e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ run ~/miniconda/bin/conda env create -f ./env.yml
27
 
28
  run git lfs install --force
29
  run git clone https://github.com/python/cpython
30
- run cd cpython && ./configure --enable-optimizations --with-lto --prefix=~/app/python --with-system-libmpdec=no > /dev/null
31
  run cd cpython && make > /dev/null
32
  run cd cpython && make test > /dev/null
33
  run cd cpython && make install > /dev/null
 
27
 
28
  run git lfs install --force
29
  run git clone https://github.com/python/cpython
30
+ run cd cpython && ./configure --enable-optimizations --with-lto --prefix=$HOME/app/python --with-system-libmpdec=no > /dev/null
31
  run cd cpython && make > /dev/null
32
  run cd cpython && make test > /dev/null
33
  run cd cpython && make install > /dev/null