Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Multiple Target Tracking
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
phd-courses
Multiple Target Tracking
Commits
a9424b07
Commit
a9424b07
authored
3 years ago
by
Anton Kullberg
Browse files
Options
Downloads
Patches
Plain Diff
readme: added env. variable to docker run command
parent
23825805
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
a9424b07
...
@@ -24,13 +24,13 @@ docker build -t targettracking -f Dockerfile .
...
@@ -24,13 +24,13 @@ docker build -t targettracking -f Dockerfile .
#### Step 3
#### Step 3
Run the Docker image
Run the Docker image
```
```
docker run --rm -it -p 8888:8888 targettracking
docker run --rm -it -p 8888:8888
-e JUPYTER_LAB_ENABLE=yes
targettracking
```
```
This opens up a Jupyter lab instance on port 8888 which you can open in any browser.
This opens up a Jupyter lab instance on port 8888 which you can open in any browser.
### Alternative 2: Pull Docker image from Container Registry
### Alternative 2: Pull Docker image from Container Registry
Run the Docker image (with notebooks) by running
Run the Docker image (with notebooks) by running
```
```
docker run --rm -it -p 8888:8888 gitlab.liu.se:5000/phd-courses/multiple-target-tracking
docker run --rm -it -p 8888:8888
-e JUPYTER_LAB_ENABLE=yes
gitlab.liu.se:5000/phd-courses/multiple-target-tracking
```
```
# Documentation
# Documentation
...
...
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