Skip to content
Snippets Groups Projects
Commit 1245ec5f authored by vlorentz's avatar vlorentz Committed by vlorentz
Browse files

Trim trailing whitespace

parent 4d43ef3e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ RUN apt-get update && apt-get -y install rsync libcmph-dev && \
USER swh
RUN python -m venv /src/venv && \
. /src/venv/bin/activate && \
. /src/venv/bin/activate && \
python -m pip install --upgrade pip && \
ls /requirements* | xargs -t -n1 pip install -r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment