Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Didayolo authored Oct 28, 2024
1 parent 4594671 commit 71ffe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=linux/amd64 python:3.8.3
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 --upgrade pip
COPY codalab/requirements/requirements.txt requirements.txt
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 71ffe35

Please sign in to comment.