Skip to content

Commit b2b8601

Browse files
committed
Fixed Prosimos requirement
1 parent 0ed9a08 commit b2b8601

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update \
1717
libxslt1-dev \
1818
&& rm -rf /var/lib/apt/lists/*
1919

20-
COPY requirements.txt /tmp/requirements.txt
20+
COPY . /app
2121

2222
RUN pip install --upgrade pip \
2323
&& pip install -r /tmp/requirements.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networkx~=3.2.1
55
xmltodict
66
poetry~=2.1.1
77
ongoing_process_state~=2.1.2
8-
-e prosimos
8+
-e ./prosimos
99

1010
numpy~=1.24.3
1111
scipy~=1.13.1

0 commit comments

Comments
 (0)