Skip to content

Commit ed72587

Browse files
fix the install requirements
1 parent c75e635 commit ed72587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update -y && apt install -y git build-essential tree
1212

1313
# Install requirements
1414
RUN pip install --upgrade pip
15-
RUN pip install --no-cache-dir -r ./src/requirements.txt
15+
RUN pip install --no-cache-dir -r ./requirements.txt
1616

1717

1818
# Run the main script

0 commit comments

Comments
 (0)