Skip to content

Commit fffb514

Browse files
authored
fix 3.1 Dockerfile issue (#90)
1 parent 2978327 commit fffb514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

new_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ new_images:
44
use-case: "processing"
55
processors: ["cpu"]
66
python: ["py39"]
7-
sm_version: "1.1"
7+
sm_version: "1.2"

spark/processing/3.1/py3/docker/py39/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN yum -y groupinstall 'Development Tools' \
1818
&& cd Python-*/ \
1919
&& ./configure --enable-optimizations \
2020
&& make altinstall \
21-
&& echo 'alias python3=python3.9\nalias pip3=pip3.9' >> ~/.bashrc \
21+
&& echo -e 'alias python3=python3.9\nalias pip3=pip3.9' >> ~/.bashrc \
2222
&& ln -s $(which ${PYTHON_WITH_BASE_VERSION}) /usr/local/bin/python3 \
2323
&& ln -s $(which ${PIP_WITH_BASE_VERSION}) /usr/local/bin/pip3 \
2424
&& cd .. \

0 commit comments

Comments
 (0)