Jonathancasjar / Titanic_Kaggle_competition

This is my repository for my participation in to the Titanic Kaggle competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Titanic_Kaggle_competition

This is my repository for my participation in to the Titanic Kaggle competition

Video Guide

Video Guide

Project containter - Docker

Install

You can use Docker to easily install all the needed packages and libraries:

Build Docker

  • CPU:
$ docker build -t casjar_titanic --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -f docker/Dockerfile .

Run Docker

  • CPU:
$ docker run --rm --net host -it \
    -v $(pwd):/home/app/src \
    --workdir /home/app/src \
    casjar_titanic \
    bash

About

This is my repository for my participation in to the Titanic Kaggle competition


Languages

Language:Dockerfile 100.0%