We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b72378 + 29e2eef commit c043efdCopy full SHA for c043efd
Dockerfile
@@ -5,6 +5,7 @@ ENV FLASK_APP=aims_ui
5
ENV FLASK_ENV=development
6
ENV FLASK_RUN_HOST=0.0.0.0
7
RUN apk add --no-cache gcc musl-dev linux-headers
8
+RUN pip install --upgrade pip
9
COPY requirements.txt requirements.txt
10
RUN pip install -r requirements.txt
11
EXPOSE 5000
requirements.txt
@@ -1,3 +1,4 @@
1
+setuptools==70.0.0
2
Flask==3.0.1
3
flask-login==0.6.3
4
flask-session==0.3.2
@@ -8,5 +9,5 @@ Werkzeug~=3.0.1
gunicorn==22.0.0
itsdangerous==2.1.2
pyjwt==2.4.0
-cryptography==43.0.1
12
+cryptography==44.0.1
13
watchdog
0 commit comments