Skip to content
Snippets Groups Projects
Commit ba96411e authored by mateuszg's avatar mateuszg
Browse files

python3.6

parent 1b59da9b
Branches
No related tags found
No related merge requests found
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
python-pip \
subversion \
git \
wget
RUN pip install --upgrade pip
ENV PIP_EXTRA_INDEX_URL=https://pypi.clarin-pl.eu
FROM ubuntu:16.04
RUN apt update && \
apt install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt update && \
apt install -y python3.6 \
python3.6-dev \
subversion \
git \
wget
RUN update-alternatives --install \
/usr/bin/python python /usr/bin/python3.6 10 && \
wget https://bootstrap.pypa.io/get-pip.py && \
python get-pip.py && \
rm get-pip.py && \
pip install --upgrade pip
ENV PIP_EXTRA_INDEX_URL=https://pypi.clarin-pl.eu
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# python
This is the Git repo of Python custom Docker images.
Check the Docker Hub (https://hub.docker.com/u/clarinpl) for prebuild images.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment