Developer
  • Projects
  • Docs
  • Blog
  • Forum
  • Builds
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

Logo
Explore
Products
Blender User Manual Developer Documentation
Blender Benchmark
Blender Studio Tools Flamenco Watchtower
Modules
Animation & Rigging Asset System Core Grease Pencil Modeling Nodes & Physics Pipeline & I/O Platforms & Builds Python API & Text Editor Sculpt, Paint & Texture Triaging User Interface VFX & Video
Rendering
Render & Cycles Viewport & EEVEE
Report a Bug Help
Sign In
archive/blender-cloud
0
1
Fork 1
You've already forked blender-cloud
Code Issues 24 Pull Requests Projects Releases Wiki Activity
Files
917417a8d5c041acab15a86e05c54ff44694bd6e
blender-cloud/docker/1_base/base.docker

7 lines
213 B
Docker
Raw Normal View History

WIP breaking stuff: updating docker image build process for Python 3.6 This requires a new way to pass requirements.txt files to Docker (since they now link to each other), as well as building Python ourselves (since even Ubuntu 16.10 doesn't have a decent Python 3.6). This is just a WIP commit, will be fixed soon(ish).
2017-03-07 16:51:51 +01:00
FROM ubuntu:16.10
Staged Docker build script
2016-08-10 18:27:27 +02:00
MAINTAINER Francesco Siddi <francesco@blender.org>
Docker: always apt-get update before apt-get install
2017-03-09 11:00:21 +01:00
RUN apt-get update && apt-get install -qyy \
Staged Docker build script
2016-08-10 18:27:27 +02:00
-o APT::Install-Recommends=false -o APT::Install-Suggests=false \
WIP: more work on the docker structure, still not finished with 4_run 1_base: builds a base image, based on Ubuntu 16.10 2_buildpy: builds two images: 2a: an image that can build Python 3.6 2b: an image that contains the built Python 3.6 in /opt/python 3_buildwheels: builds an image to build wheel files, puts them in ../4_run 4_run: the production runtime image, which can't build anything and just runs.
2017-03-07 22:41:05 +01:00
openssl ca-certificates
Reference in New Issue Copy Permalink
Powered by Gitea Page: 49ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API