Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prioss-assignment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Siegfried Albrecht
prioss-assignment
Commits
4db6ff59
There was an error fetching the commit references. Please try again later.
Commit
4db6ff59
authored
Sep 2, 2023
by
Siegfried Albrecht
Browse files
Options
Downloads
Patches
Plain Diff
changed host address of app to localhost and port to 19191
parent
2c72d6b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.py
+1
-1
1 addition, 1 deletion
app.py
docker/Dockerfile
+6
-3
6 additions, 3 deletions
docker/Dockerfile
with
7 additions
and
4 deletions
app.py
+
1
−
1
View file @
4db6ff59
...
...
@@ -293,7 +293,7 @@ def update_streams_over_time_output(value):
return
streaming_hist_over_time_fig
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
True
,
hos
t
=
'
19
2.168.0.109
'
,
port
=
8050
)
app
.
run
(
debug
=
True
,
por
t
=
19
191
)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
6
−
3
View file @
4db6ff59
FROM
python:3.11.5-
alpine3.18
FROM
python:3.11.5-
slim
MAINTAINER
Siegfried Albrecht <sial@mail.upb.de>
WORKDIR
/usr/src/app
RUN
apk update
RUN
apk add git
RUN
apt update
RUN
apt
install
git
-y
RUN
apt
install
-y
\
python3 python3-dev gcc
\
gfortran musl-dev
RUN
git clone https://git.cs.uni-paderborn.de/sial/prioss-assignment.git .
run
pwd
run
ls
...
...
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