Skip to content

Commit a9ff9be

Browse files
committed
tc
1 parent 8f17efc commit a9ff9be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ RUN bash ./install_pip_requirements.sh && rm install_pip_requirements.sh
2121

2222
ENV PATH /opt/venv/tutorials/bin:$PATH
2323

24+
RUN ln -s /usr/bin/python3 /usr/bin/python
25+
2426
USER ci-user
2527
CMD ["bash"]

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sudo apt-get install -y pandoc
2727

2828
# Install two language tokenizers for Translation with TorchText tutorial
2929
python3 --version
30-
which python
30+
which python3
3131
python -m spacy download en_core_web_sm
3232
python -m spacy download de_core_news_sm
3333

0 commit comments

Comments
 (0)