Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ 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
|
34 |
run cd cpython && make clean
|
35 |
|
|
|
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
|
34 |
run cd cpython && make clean
|
35 |
|