Skip to content

Commit

Permalink
Fix Dockerfile RUN command
Browse files Browse the repository at this point in the history
  • Loading branch information
Didayolo committed Jan 17, 2023
1 parent f6efe1f commit 5f96a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get update && apt-get install -y npm netcat nodejs python-dev libmemcached-dev

RUN pip install --upgrade pip # make things faster, hopefully
RUN pip install -r codalab/requirements/requirements.txt
COPY codalab/requirements/requirements.txt requirements.txt
RUN pip install -r requirements.txt

WORKDIR /app/codalab

0 comments on commit 5f96a84

Please sign in to comment.