Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update Dockerfile
Browse files- 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
|
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
|