depthflow
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -32,6 +32,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
32 |
|
33 |
RUN git clone https://github.com/BrokenSource/DepthFlow.git /tmp/DepthFlow \
|
34 |
&& cd /tmp/DepthFlow \
|
|
|
35 |
&& pip install -e .
|
36 |
# Copy the application code
|
37 |
USER admin
|
|
|
32 |
|
33 |
RUN git clone https://github.com/BrokenSource/DepthFlow.git /tmp/DepthFlow \
|
34 |
&& cd /tmp/DepthFlow \
|
35 |
+
&& git checkout 3f518988eaba01fc7712228ec56756658bcfdb04 \
|
36 |
&& pip install -e .
|
37 |
# Copy the application code
|
38 |
USER admin
|