We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce09e78 commit da384a8Copy full SHA for da384a8
Dockerfile
@@ -11,4 +11,5 @@ RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
11
RUN python -m pip install --upgrade pip
12
COPY requirements-dev.txt /tmp
13
RUN python -m pip install -r /tmp/requirements-dev.txt
14
+RUN git config --global --add safe.directory /home/pandas
15
CMD ["/bin/bash"]
0 commit comments