Skip to content

Commit

Permalink
Create new env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurie Germishuys committed Sep 30, 2024
1 parent c048f51 commit 044869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN /opt/conda/bin/conda run -n myenv pip install --no-cache-dir -r /usr/src/app
/opt/conda/bin/conda run -n myenv conda install -y -c conda-forge opencv

# Copy over custom autobackend file
RUN cp /usr/src/app/kso/src/autobackend.py /opt/conda/lib/python3.8/site-packages/ultralytics/nn/autobackend.py
RUN cp /usr/src/app/kso/src/autobackend.py /usr/local/lib/python3.8/dist-packages/ultralytics/nn/autobackend.py

# Clean up unnecessary packages
RUN apt-get remove --autoremove -y wget git && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 044869a

Please sign in to comment.