Remove 2.79 containers for now 📦

pull/1/head
juniorxsound 2020-01-14 12:39:08 -05:00
rodzic 24c3335fe3
commit cfcfe8d465
7 zmienionych plików z 4 dodań i 134 usunięć

Wyświetl plik

@ -1,53 +0,0 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Please do not edit this file directly
FROM ubuntu:18.04
LABEL Author="Or Fleisher <https://orfleisher.com>"
LABEL Title="Blender Docker"
# Enviorment variables
ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
ENV PATH "$PATH:/bin/2.79/python/bin/"
ENV BLENDER_PATH "/bin/2.79"
ENV BLENDERPIP "/bin/2.79/python/bin/pip3"
ENV BLENDERPY "/bin/2.79/python/bin/python3.7m"
ENV HW="CPU"
# Install dependencies
RUN apt-get update && apt-get install -y \
wget \
libopenexr-dev \
bzip2 \
build-essential \
zlib1g-dev \
libxmu-dev \
libxi-dev \
libxxf86vm-dev \
libfontconfig1 \
libxrender1 \
libgl1-mesa-glx
# Download and install Blender
RUN wget https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2 \
&& tar -xvjf blender-2.79-linux-glibc219-x86_64.tar.bz2 --strip-components=1 -C /bin \
&& rm -rf blender-2.79-linux-glibc219-x86_64.tar.bz2 \
&& rm -rf blender-2.79-linux-glibc219-x86_64
# Download the Python source since it is not bundled with Blender
RUN wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz \
&& tar -xzf Python-3.6.8.tgz \
&& cp Python-3.6.8/Include/* $BLENDER_PATH/python/include/python3.7m/ \
&& rm -rf Python-3.6.8.tgz \
&& rm -rf Python-3.6.8
# Blender comes with a super outdated version of numpy (which is needed for matplotlib / opencv) so override it with a modern one
RUN rm -rf ${BLENDER_PATH}/python/lib/python3.7/site-packages/numpy
# Must first ensurepip to install Blender pip3 and then new numpy
RUN ${BLENDERPY} -m ensurepip && ${BLENDERPIP} install --upgrade pip && ${BLENDERPIP} install numpy
# Set the working directory
WORKDIR /

Wyświetl plik

@ -1,53 +0,0 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Please do not edit this file directly
FROM nvidia/cudagl:10.1-base-ubuntu18.04
LABEL Author="Or Fleisher <https://orfleisher.com>"
LABEL Title="Blender Docker"
# Enviorment variables
ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
ENV PATH "$PATH:/bin/2.79/python/bin/"
ENV BLENDER_PATH "/bin/2.79"
ENV BLENDERPIP "/bin/2.79/python/bin/pip3"
ENV BLENDERPY "/bin/2.79/python/bin/python3.7m"
ENV HW="GPU"
# Install dependencies
RUN apt-get update && apt-get install -y \
wget \
libopenexr-dev \
bzip2 \
build-essential \
zlib1g-dev \
libxmu-dev \
libxi-dev \
libxxf86vm-dev \
libfontconfig1 \
libxrender1 \
libgl1-mesa-glx
# Download and install Blender
RUN wget https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2 \
&& tar -xvjf blender-2.79-linux-glibc219-x86_64.tar.bz2 --strip-components=1 -C /bin \
&& rm -rf blender-2.79-linux-glibc219-x86_64.tar.bz2 \
&& rm -rf blender-2.79-linux-glibc219-x86_64
# Download the Python source since it is not bundled with Blender
RUN wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz \
&& tar -xzf Python-3.6.8.tgz \
&& cp Python-3.6.8/Include/* $BLENDER_PATH/python/include/python3.7m/ \
&& rm -rf Python-3.6.8.tgz \
&& rm -rf Python-3.6.8
# Blender comes with a super outdated version of numpy (which is needed for matplotlib / opencv) so override it with a modern one
RUN rm -rf ${BLENDER_PATH}/python/lib/python3.7/site-packages/numpy
# Must first ensurepip to install Blender pip3 and then new numpy
RUN ${BLENDERPY} -m ensurepip && ${BLENDERPIP} install --upgrade pip && ${BLENDERPIP} install numpy
# Set the working directory
WORKDIR /

Wyświetl plik

@ -1,4 +1,4 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Dockerfile autogenerated on 01/14/2020, 12:38:16 by juniorxsound
# Please do not edit this file directly
FROM ubuntu:18.04

Wyświetl plik

@ -1,4 +1,4 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Dockerfile autogenerated on 01/14/2020, 12:38:16 by juniorxsound
# Please do not edit this file directly
FROM nvidia/cudagl:10.1-base-ubuntu18.04

Wyświetl plik

@ -1,4 +1,4 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Dockerfile autogenerated on 01/14/2020, 12:38:16 by juniorxsound
# Please do not edit this file directly
FROM ubuntu:18.04

Wyświetl plik

@ -1,4 +1,4 @@
# Dockerfile autogenerated on 01/12/2020, 17:52:15 by juniorxsound
# Dockerfile autogenerated on 01/14/2020, 12:38:16 by juniorxsound
# Please do not edit this file directly
FROM nvidia/cudagl:10.1-base-ubuntu18.04

Wyświetl plik

@ -21,30 +21,6 @@
"libgl1-mesa-glx"
],
"images": [
{
"tag": "2.79-cpu-ubuntu18.04",
"base_os_image": "ubuntu:18.04",
"blender_download_url": "https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2",
"env": [
"PATH \"$PATH:/bin/2.79/python/bin/\"",
"BLENDER_PATH \"/bin/2.79\"",
"BLENDERPIP \"/bin/2.79/python/bin/pip3\"",
"BLENDERPY \"/bin/2.79/python/bin/python3.7m\"",
"HW=\"CPU\""
]
},
{
"tag": "2.79-gpu-ubuntu18.04",
"base_os_image": "nvidia/cudagl:10.1-base-ubuntu18.04",
"blender_download_url": "https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2",
"env": [
"PATH \"$PATH:/bin/2.79/python/bin/\"",
"BLENDER_PATH \"/bin/2.79\"",
"BLENDERPIP \"/bin/2.79/python/bin/pip3\"",
"BLENDERPY \"/bin/2.79/python/bin/python3.7m\"",
"HW=\"GPU\""
]
},
{
"tag": "2.80-cpu-ubuntu18.04",
"base_os_image": "ubuntu:18.04",