Compare commits
No commits in common. "e33e4ff6581b9b57f1889258f5a5733c241fcc10" and "f945eb462a8655a2b78175d1925ed5b0235b0ebb" have entirely different histories.
e33e4ff658
...
f945eb462a
@ -8,6 +8,8 @@ COPY requirements.txt ./
|
|||||||
|
|
||||||
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu -r requirements.txt
|
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu -r requirements.txt
|
||||||
|
|
||||||
|
RUN apt update && apt install -y ffmpeg libsm6 libxext6
|
||||||
|
|
||||||
COPY src .
|
COPY src .
|
||||||
COPY best.pt /best.pt
|
COPY best.pt /best.pt
|
||||||
|
|
||||||
|
3
readme.md
Normal file
3
readme.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# :wine_glass: alv.cx glass identification :mag:
|
||||||
|
|
||||||
|
The server used by [alv.cx/glass](https://alv.cx/glass).
|
@ -18,7 +18,7 @@ matplotlib==3.8.2
|
|||||||
mpmath==1.3.0
|
mpmath==1.3.0
|
||||||
networkx==3.0
|
networkx==3.0
|
||||||
numpy==1.24.1
|
numpy==1.24.1
|
||||||
opencv-python-headless==4.8.1.78
|
opencv-python==4.8.1.78
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pandas==2.1.4
|
pandas==2.1.4
|
||||||
Pillow==9.3.0
|
Pillow==9.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user