Skip to content
/ ncfm Public

Kaggle - The Nature Conservancy Fisheries Monitoring

Notifications You must be signed in to change notification settings

LouisMlr/ncfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncfm

Kaggle - The Nature Conservancy Fisheries Monitoring

Start Tensorflow with Docker : 2 solutions

  1. Download the official tensorflow image + add pandas, opencv and sklearn.

docker run -p 8888:8888 -p 6006:6006 -v host_folder:container_folder tensorflow/tensorflow:0.11.0

  • 8888 / 6006 mapping ports of container to host Jupyter notebook and Tensorboard
  • -v host_folder:container_folder enables sharing a folder between the host and the container
  1. Download the fantastic following image that contains all needed packages.

docker run -p 8888:8888 -p 6006:6006 -v host_folder:container_folder louismlr/modified-tensorflow

To run commands inside a container

  • docker exec -it <container ID> bash

About

Kaggle - The Nature Conservancy Fisheries Monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published