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 8f17efc commit a9ff9beCopy full SHA for a9ff9be
.ci/docker/Dockerfile
@@ -21,5 +21,7 @@ RUN bash ./install_pip_requirements.sh && rm install_pip_requirements.sh
21
22
ENV PATH /opt/venv/tutorials/bin:$PATH
23
24
+RUN ln -s /usr/bin/python3 /usr/bin/python
25
+
26
USER ci-user
27
CMD ["bash"]
.jenkins/build.sh
@@ -27,7 +27,7 @@ sudo apt-get install -y pandoc
28
# Install two language tokenizers for Translation with TorchText tutorial
29
python3 --version
30
-which python
+which python3
31
python -m spacy download en_core_web_sm
32
python -m spacy download de_core_news_sm
33
0 commit comments