We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710720e commit d17723cCopy full SHA for d17723c
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