soheilbr82 / jupyter_ml_docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository contains an example of making a Docker image for a jupyter notebook server that has two kernels - a pytorch and a tensorflow. This comes in handy because tensorflow 2 breaks tensorboard for pytorch and so having both in the same environment is not possible.

Usage

To run check the vairables in the file source_environment_variables.sh and then run

source source_environment_variables.sh
docker-compose -f traefik/docker-compose.yml up -d
docker-compose up -d

About


Languages

Language:Python 93.6%Language:Dockerfile 5.0%Language:Shell 1.4%