Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gpu-cluster-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christof Kaufmann
gpu-cluster-images
Commits
d4e391e6
Commit
d4e391e6
authored
6 months ago
by
Christof Kaufmann
Browse files
Options
Downloads
Patches
Plain Diff
Bump kaniko to 1.23.2
parent
df027b1c
No related branches found
No related tags found
1 merge request
!36
Update code-server, install utils
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d4e391e6
...
...
@@ -4,7 +4,7 @@ variables:
default
:
image
:
name
:
gcr.io/kaniko-project/executor:v1.2
2.0
-debug
name
:
gcr.io/kaniko-project/executor:v1.2
3.2
-debug
entrypoint
:
[
"
"
]
tfcpu.image
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
d4e391e6
...
...
@@ -135,7 +135,7 @@ Pushing to docker hub is done from CI/CD automatically when the Dockerfile chang
cd
tensorflow-cpu-with-vscode
docker run
\
-v
.:/workspace
\
gcr.io/kaniko-project/executor:v1.2
2.0
-debug
\
gcr.io/kaniko-project/executor:v1.2
3.2
-debug
\
--context
dir
:///workspace/
\
--dockerfile
/workspace/Dockerfile
\
--no-push
\
...
...
@@ -153,7 +153,7 @@ cd tensorflow-gpu-with-vscode
cd
keras3-gpu
docker run
\
-v
".:/workspace"
\
gcr.io/kaniko-project/executor:v1.2
2.0
-debug
\
gcr.io/kaniko-project/executor:v1.2
3.2
-debug
\
--context
dir
:///workspace/
\
--dockerfile
/workspace/Dockerfile
\
--no-push
\
...
...
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