Skip to content

Commit 4efd955

Browse files
committed
Merge branch 'master' of github.com:codecentric/from-jupyter-to-production-baseimage
2 parents 751e115 + a5a30c9 commit 4efd955

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# From Jupyter to Production
22

3-
JupyterLab and Mlflow image for workshop: From Jupyter to Production - production-ready data science projects.
3+
JupyterLab and Mlflow image for workshop: From Jupyter to Production - production-ready data
4+
science projects.
45

56
https://github.com/codecentric/from-jupyter-to-production-workshop
67

78
## Build & Push
89

9-
A github action is defined to push a new version of the image to Docker Hub every time a new `git tag` is pushed to the repository.
10-
The git tag is also used for the Docker images. An image tag with the git tag and the `latest` tag is published for each Docker build.
10+
A github action is defined to push a new version of the image to Docker Hub every time a new
11+
`git tag` is pushed to the repository.
12+
The git tag is also used for the Docker images. An image tag with the git tag and the `latest` tag
13+
is published for each Docker build.
1114
No need to do anything locally, besides testing the build with `docker build .`
1215

13-
The build is quite memory heavy, so assign a good amount of memory towards the docker engine (minimum 4gb, better 6gb)
16+
The build is quite memory heavy, so assign a good amount of memory towards the docker engine
17+
(minimum 4gb, better 6gb)
1418

1519
## Run on Mac & Linux
1620

0 commit comments

Comments
 (0)