Skip to content

Commit

Permalink
removed the RUN command
Browse files Browse the repository at this point in the history
  • Loading branch information
ek-nyc committed Dec 23, 2022
1 parent 3cc34d8 commit b4463b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-image/locust-tasks/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

# We may need to run python -m pip install --upgrade pip to get past the gevent wheel building issue...
# Install the required dependencies via pip
RUN pip install -r /locust-tasks/requirements.txt
pip install -r /locust-tasks/requirements.txt

if [[ "$LOCUST_MODE" = "master" ]]; then
LOCUS_OPTS="$LOCUS_OPTS --master"
Expand Down

0 comments on commit b4463b6

Please sign in to comment.