Code Monkey home page Code Monkey logo

easy_prime_docker's Introduction

How to build docker container

# create docker
docker build -t easy_prime .
# test docker container to identify bugs before publish
docker run -p 80:80 easy_prime
# upload docker container
docker tag easy_prime:latest liyc1989/easy_prime:latest
docker push liyc1989/easy_prime:latest

Note

  1. To build AWS server, it is much easier to just use port 80

  2. conda activate myenv in Docker is relatively difficult. I have to use a run.sh to first activate and then run python.

  3. For easy-prime conda package, I didn't specify different dash package versions, this caused some problem recently. Specifically, I fixed the following versions:

RUN pip install xgboost==1.4.0
RUN pip install dash-bootstrap-components==0.12.2
RUN pip install dash==1.20.0
RUN pip install dash-bio==0.2.0
RUN pip install dash-core-components==1.16.0
RUN pip install dash-html-components==1.1.3
RUN pip install dash-renderer==1.9.1
RUN pip install dash-table==4.11.3
RUN pip install Werkzeug==2.0.0

easy_prime_docker's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.