We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2978327 commit fffb514Copy full SHA for fffb514
new_images.yml
@@ -4,4 +4,4 @@ new_images:
4
use-case: "processing"
5
processors: ["cpu"]
6
python: ["py39"]
7
- sm_version: "1.1"
+ sm_version: "1.2"
spark/processing/3.1/py3/docker/py39/Dockerfile.cpu
@@ -18,7 +18,7 @@ RUN yum -y groupinstall 'Development Tools' \
18
&& cd Python-*/ \
19
&& ./configure --enable-optimizations \
20
&& make altinstall \
21
- && echo 'alias python3=python3.9\nalias pip3=pip3.9' >> ~/.bashrc \
+ && echo -e 'alias python3=python3.9\nalias pip3=pip3.9' >> ~/.bashrc \
22
&& ln -s $(which ${PYTHON_WITH_BASE_VERSION}) /usr/local/bin/python3 \
23
&& ln -s $(which ${PIP_WITH_BASE_VERSION}) /usr/local/bin/pip3 \
24
&& cd .. \
0 commit comments