Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSI Parser Frontend
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DigitalDynamicMeasurement
DSI Parser Frontend
Commits
a8eba1e4
Commit
a8eba1e4
authored
1 year ago
by
Benedikt
Browse files
Options
Downloads
Patches
Plain Diff
added dockerfile and readMe
parent
ddfef394
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfile
+23
-0
23 additions, 0 deletions
dockerfile
readme.md
+4
-0
4 additions, 0 deletions
readme.md
with
27 additions
and
0 deletions
dockerfile
0 → 100644
+
23
−
0
View file @
a8eba1e4
FROM
python:3.11
# WORKDIR /usr/src/app
ENV
GIT_SSL_NO_VERIFY=1
# Set the environment variable for the HTTP proxy
ENV
http_proxy="http://webproxy.bs.ptb.de:8080"
ENV
https_proxy="http://webproxy.bs.ptb.de:8080"
# Set the environment variable for the NO_PROXY
# This ensures that the proxy is not used for ptb.de
ENV
no_proxy="ptb.de"
# Install any needed packages specified in requirements.txt
RUN
git clone https://dockerPull:Fu7bxBnYeyhq8Xz8seHS@gitlab1.ptb.de/digitaldynamicmeasurement/dsi-parser-frontend
RUN
pip
install
--proxy
=
webproxy.bs.ptb.de:8080
--no-cache-dir
-r
dsi-parser-frontend/requirements.txt
# RUN pip install --no-cache-dir -r dsi-parser-frontend/requirements.txt
#COPY . .
EXPOSE
5020
#WORKDIR ./pydccdisplayer/src
CMD
["bokeh", "serve", "dsi-parser-frontend/", "--port", "5020", "--allow-websocket-origin", "*","--use-xheaders"]
This diff is collapsed.
Click to expand it.
readme.md
0 → 100644
+
4
−
0
View file @
a8eba1e4
## Start
```
bash
bokeh serve ./
```
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