Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nscjekyllsetup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Nationellt superdatorcentrum
nscjekyllsetup
Commits
9518f098
Commit
9518f098
authored
8 months ago
by
Prashanth D. Rao
Browse files
Options
Downloads
Patches
Plain Diff
migrate github links to gitlab and update the tag
parent
8e11bf01
Branches
Branches containing commit
Tags
v2.0.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
singularity/Singularity
+2
-2
2 additions, 2 deletions
singularity/Singularity
with
4 additions
and
4 deletions
Dockerfile
+
2
−
2
View file @
9518f098
...
...
@@ -11,9 +11,9 @@ RUN useradd nscuser -M --shell /bin/bash
RUN
mkdir
-p
/home/nscuser
RUN
chown
-R
nscuser:nscuser /home/nscuser
WORKDIR
/usr/local/src
RUN
git clone https://git
hub.com/snic-nsc
/nscjekyllsetup.git
RUN
git clone https://git
lab.liu.se/NSC
/nscjekyllsetup.git
WORKDIR
/usr/local/src/nscjekyllsetup
RUN
git checkout
'
new_jekyll
'
RUN
git checkout
'
v2.0.0
'
RUN
bash presetup.sh
RUN
bash setup.sh
USER
nscuser
...
...
This diff is collapsed.
Click to expand it.
singularity/Singularity
+
2
−
2
View file @
9518f098
...
...
@@ -10,7 +10,7 @@ From: rockylinux:9.3
dnf install -y libyaml-devel
dnf -y install perl
mkdir -p /usr/local/src && cd /usr/local/src
git clone https://git
hub.com/snic-nsc
/nscjekyllsetup.git
cd nscjekyllsetup && git checkout '
new_jekyll
'
git clone https://git
lab.liu.se/NSC
/nscjekyllsetup.git
cd nscjekyllsetup && git checkout '
v2.0.0
'
bash presetup.sh
bash setup.sh
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