Skip to content
Snippets Groups Projects
Commit 6a58dfea authored by Adam Fekete's avatar Adam Fekete
Browse files

fix build tag

parent 62bd8179
No related branches found
No related tags found
No related merge requests found
Pipeline #197201 passed
......@@ -6,7 +6,7 @@ build:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
variables:
IMAGE_TAG: latest
IMAGE_TAG: ${CI_COMMIT_REF_SLUG}
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
GIT_SUBMODULE_UPDATE_FLAGS: --jobs 4
......
# analytics-convolutional-nn
# tutorial-convolutional-nn
## Known issues
- kerase-vis is not maintained anymore (since Apr 20, 2020)
- only works with: numpy==1.22.4, scipy==1.2.3
\ No newline at end of file
- only works with: numpy==1.22.4, scipy==1.2.3
## Development
Cloning the source code:
```
git clone git@gitlab.mpcdf.mpg.de:nomad-lab/ai-toolkit/tutorial-convolutional-nn.git
cd tutorial-convolutional-nn
git checkout updates # use a special branch
```
Running notebook image and mounting local folder into teh work directory:
```
docker run --rm -it -e DOCKER_STACKS_JUPYTER_CMD=notebook -p 8888:8888 -v $PWD:/home/jovyan/work gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-convolutional-nn:updates
```
Building the image (advanced):
```
docker build --pull --rm -f "Dockerfile" -t gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-convolutional-nn:updates "."
```
Running container with sudo feature (advanced):
```
docker run --rm -it --user root -e GRANT_SUDO=yes -e DOCKER_STACKS_JUPYTER_CMD=notebook -p 8888:8888 -v $PWD:/home/jovyan/work gitlab-registry.mpcdf.mpg.de/nomad-lab/ai-toolkit/tutorial-convolutional-nn:updates
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment