-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from ltindall/update
Big Update
- Loading branch information
Showing
52 changed files
with
28,729 additions
and
1,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM nvidia/cuda:12.2.2-base-ubuntu22.04 | ||
FROM ubuntu:22.04 | ||
LABEL maintainer="Lucas Tindall <[email protected]>" | ||
ENV PYTHONUNBUFFERED 1 | ||
|
||
COPY pyproject.toml . | ||
COPY pyproject.toml . | ||
COPY poetry.lock . | ||
|
||
RUN apt-get update && apt-get install -y libjpeg-dev python3 python3-pip python3-venv | ||
|
@@ -18,5 +18,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends curl gcc git g+ | |
COPY . /BirdsEye | ||
WORKDIR /BirdsEye | ||
EXPOSE 4999 | ||
ENTRYPOINT ["python3"] | ||
CMD ["run_birdseye.py"] | ||
ENTRYPOINT ["python3", "geolocate.py"] | ||
CMD ["geolocate.ini"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.