Skip to content

Build a docker image for training an easy GAN model, the purpose of the exercise is to create an image for python training.

License

Notifications You must be signed in to change notification settings

Lynch1206/DockerImge_exercise

Repository files navigation

DockerImage exercise

I am a fresh new Docker learner.

Goal1

Build a docker image and deploy it to train an easy GAN model.

This exercise is not about how good the model is.

  • The purpose of the exercise is to build and deploy a docker image for python training.
  • User can export the training result to the local device.

Run down

  1. Build a Dockerfile script.
  2. Build docker image with conda environment and specify environment with .yml file.
  3. Run the train_gan.py script with the environment, invoking with run.sh script.
  4. Assign local path in train file and shell script.

Goal2

Interacting with sql database software. (see folder)

  • Parse data and save data in the container.
  • Export the container as a docker image.

About

Build a docker image for training an easy GAN model, the purpose of the exercise is to create an image for python training.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published