- Docker
Follow instruction in https://www.tensorflow.org/install/docker
In Windows, comment docker-compose.yml file's "runtime: nvidia" line. Since docker doesn't support GPU in windows.
- Install python 3.7.5
- In 'config' directory, run pip install -r requirements.txt pip install tensorflow==2.1.0
- In 'jalabel_site' directory, run
python manage.py makemigrations jalabel_app
python manage.py migrate
python manage.py runserver
- For GPU support, follow instruction below https://www.tensorflow.org/install/gpu
- from /home/your_name/ directory.
git clone https://gitlab.cybermed.co.kr/jaewonac/fixtureinspector.git
cd fixtureinspector
docker-compose up -d
- seperate Docker to development and product https://www.codementor.io/@samueljames/nginx-setting-up-a-simple-proxy-server-using-docker-and-python-django-f7hy4e6jv
- dockerizing django project https://ruddra.com/posts/docker-django-nginx-postgres/