Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-convolutional-nn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
ai-toolkit
tutorial-convolutional-nn
Commits
6a58dfea
Commit
6a58dfea
authored
1 year ago
by
Adam Fekete
Browse files
Options
Downloads
Patches
Plain Diff
fix build tag
parent
62bd8179
No related branches found
No related tags found
No related merge requests found
Pipeline
#197201
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+26
-2
26 additions, 2 deletions
README.md
with
27 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
6a58dfea
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
26
−
2
View file @
6a58dfea
#
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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment