Skip to content

gerold-csendes-epam/mleng-container

Repository files navigation

Containerization (Docker)

This is my assignment for the first course task in the Machine Learning Engineering track.

List of utilized resources:

Using docker

Run the following command to get docker up and running:

docker container run -p 8888:8888 mleng-container

Or run this comment to mount data

docker container run -p 8888:8888 --mount source=mleng-data,destination=/home/jovyan/data/ mleng-container

Now enter localhost:8888 in your browser of choice.

About

Assignment for Machine Learning Track Task1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published