Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -17,10 +17,6 @@ RUN mkdir build && cd build && cmake .. && make
|
|
| 17 |
# Set environment variable
|
| 18 |
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/code/third_party/
|
| 19 |
|
| 20 |
-
# Make yolov5s-tt100k executable
|
| 21 |
-
COPY /code/build/yolov5s-tt100k .
|
| 22 |
-
RUN chmod +x ./yolov5s-tt100k
|
| 23 |
-
|
| 24 |
# Copy requirements and install dependencies
|
| 25 |
COPY ./requirements.txt /code/requirements.txt
|
| 26 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 17 |
# Set environment variable
|
| 18 |
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/code/third_party/
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# Copy requirements and install dependencies
|
| 21 |
COPY ./requirements.txt /code/requirements.txt
|
| 22 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|