Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Bruno
jupyter-base
Repository
015158a94f66f4955df38449c85e3f0ce793f4a7
Select Git revision
Selected
015158a94f66f4955df38449c85e3f0ce793f4a7
Branches
3
develop
default
protected
feature/xfce
master
4 results
Show more breadcrumbs
jupyter-base
build.sh
build.sh
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
2 years ago
015158a9
fixes typo.
· 015158a9
Emmanuel Bruno
authored
2 years ago
015158a9
History
fixes typo.
Emmanuel Bruno
authored
2 years ago
build.sh
100 B
1
2
3
#!/bin/bash
docker build
--progress
=
plain
-t
brunoe/
${
PWD
##*/
}
:
$(
git rev-parse
--abbrev-ref
HEAD
)
.