Skip to content

hsm207/docker-harebrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains a Dockerfile that containerizes fastai's harebrain project.

It is based on Jeremy's Harebrained install guide.

Prerequisites

You will need a machine that has the following software installed in order to build and run the image:

Usage

  1. Clone this repo.
  2. Navigate to this project's root directory.
  3. Execute:
    docker build -t harebrain . && \
    docker run -p 8888:8888 --cap-add SYS_PTRACE --runtime=nvidia --rm harebrain
    
    This will build the image which will launch a jupyter server at port 8888. The working directory of this notebook instance is the root of the fastai_docs repo. The dev_swift folder contains notebooks about Swift for TensorFlow.

Contributing

Feel free to raise an issue if you have any questions, feedback, etc.

About

Dockerfile to get started with fastai's S4TF lessons

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published