Skip to content

Commit

Permalink
Fix tagging within Dockerfile (pandas-dev#57935)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Mar 20, 2024
1 parent 710720e commit d17723c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
RUN python -m pip install --upgrade pip
COPY requirements-dev.txt /tmp
RUN python -m pip install -r /tmp/requirements-dev.txt
RUN git config --global --add safe.directory /home/pandas
CMD ["/bin/bash"]

0 comments on commit d17723c

Please sign in to comment.