Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
f787ab62
Commit
f787ab62
authored
4 years ago
by
Hallvard Trætteberg
Browse files
Options
Downloads
Patches
Plain Diff
gitpod config
parent
34495c72
No related branches found
No related tags found
No related merge requests found
Pipeline
#84582
passed
4 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitpod.Dockerfile
+10
-0
10 additions, 0 deletions
.gitpod.Dockerfile
.gitpod.yml
+6
-0
6 additions, 0 deletions
.gitpod.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
18 additions
and
0 deletions
.gitpod.Dockerfile
0 → 100644
+
10
−
0
View file @
f787ab62
FROM
gitpod/workspace-full-vnc
USER
gitpod
# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/config-docker/
This diff is collapsed.
Click to expand it.
.gitpod.yml
0 → 100644
+
6
−
0
View file @
f787ab62
tasks
:
-
init
:
echo "Replace me with a build script for the project."
command
:
echo "Replace me with something that should run on every start, or just
remove me entirely."
image
:
file
:
.gitpod.Dockerfile
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
f787ab62
[

](https://gitpod.idi.ntnu.no/#https://gitlab.stud.idi.ntnu.no/it1901/course-material)
# course-material
Course material for IT1901
\ No newline at end of file
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