Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile, docker-compose.yml and requirements.txt to fix build #40

Closed
wants to merge 2 commits into from

Commits on Oct 23, 2018

  1. Fix Dockerfile and requirements.txt

    - Fixed tzdata dpkg interactive question issue
    - Use Python3's official venv module
    - Use OpenBLAS
    - Use PyTorch 0.4.1
    - Fix Python package installation order issues
    - Work around pyocclient setup.py bug
    - Clean up after creating the image
    - Use mkl-random v1.0.1.1 as v1.0.1 has been removed from PyPI
    depau committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    bf073c9 View commit details
    Browse the repository at this point in the history
  2. Update docker-compose.yml

    depau committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    51eaa97 View commit details
    Browse the repository at this point in the history