Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Create Dockerfile and trainer.sh #8

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 5, 2020

  1. Create Dockerfile and trainer.sh

    trainer.sh takes in github url, oauth token as argument and clones a private repo
    Dockerfile is based on Python 3.7 base image, and calls the trainer script
    Tony Shen authored and Tony Shen committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    eba3160 View commit details
    Browse the repository at this point in the history
  2. Install dependencies and execute a specified project

    Tony Shen authored and Tony Shen committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6c29fbd View commit details
    Browse the repository at this point in the history
  3. Modify trainer.sh to take ENV variable from docker environment

    Tony Shen authored and Tony Shen committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    783a5b6 View commit details
    Browse the repository at this point in the history
  4. Change base docker image from python3.8:buster to ubuntu:20.04

    Ubuntu has better compatibility with data scientists
    Tony Shen authored and Tony Shen committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    0746a59 View commit details
    Browse the repository at this point in the history