Spaces:
Sleeping
Sleeping
rida saghir commited on
Commit ·
b729c77
1
Parent(s): ca6941c
To test the web app with fcs function
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,11 @@ FROM python:3.9.6
|
|
| 4 |
LABEL maintainer="Rida Saghir ridasagheer94@gmail.com"
|
| 5 |
|
| 6 |
# Define build arguments for accessing the repository
|
| 7 |
-
ARG GITLAB_DEPLOYTOKEN_USERNAME=gitlab+deploy+lts
|
| 8 |
-
ARG GITLAB_DEPLOYTOKEN_PASSWORD=gldt-xMH79XLsNs3swTMZsmqv
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Set the Git repository URL with deploy token
|
| 11 |
ARG REPO_URL=https://$GITLAB_DEPLOYTOKEN_USERNAME:$GITLAB_DEPLOYTOKEN_PASSWORD@git.ni.dfki.de/iml/cst/long-time-scale/long-time-scale-with-fcs.git
|
|
|
|
| 4 |
LABEL maintainer="Rida Saghir ridasagheer94@gmail.com"
|
| 5 |
|
| 6 |
# Define build arguments for accessing the repository
|
| 7 |
+
#ARG GITLAB_DEPLOYTOKEN_USERNAME=gitlab+deploy+lts
|
| 8 |
+
#ARG GITLAB_DEPLOYTOKEN_PASSWORD=gldt-xMH79XLsNs3swTMZsmqv
|
| 9 |
+
|
| 10 |
+
ARG GITLAB_DEPLOYTOKEN_USERNAME=gitlab+deploy-token-99
|
| 11 |
+
ARG GITLAB_DEPLOYTOKEN_PASSWORD=gldt-ER9dUDDw4bH3hYzggfoJ
|
| 12 |
|
| 13 |
# Set the Git repository URL with deploy token
|
| 14 |
ARG REPO_URL=https://$GITLAB_DEPLOYTOKEN_USERNAME:$GITLAB_DEPLOYTOKEN_PASSWORD@git.ni.dfki.de/iml/cst/long-time-scale/long-time-scale-with-fcs.git
|