Copying files into an image
You've created an Ubuntu and python3-based image to run your data pipeline. Update your Dockerfile so your image includes the pipeline.py file in which you defined the pipeline.
Deze oefening maakt deel uit van de cursus
Introduction to Docker
Oefeninstructies
- To the end of the Dockerfile, add the Docker instruction, which copies the
pipeline.pyfile in your current working directory (/home/repl) to the /app folder in the image you want to build.
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen