There was an error while loading. Please reload this page.
2 parents e08d750 + 4431fa6 commit ea7f037Copy full SHA for ea7f037
2 files changed
.gitignore
@@ -98,3 +98,6 @@ site/
98
notebooks/test.ipynb
99
gradio/output/
100
tutorials/experiments
101
+experiments/
102
+notebooks/
103
+wandb/
Dockerfile
@@ -20,5 +20,11 @@ COPY pyproject.toml ./pyproject.toml
20
RUN uv pip install --system -e .[onnx]
21
22
23
-FROM focoos-gpu AS focoos-tensorrt
24
-RUN uv pip install --system -e .[tensorrt]
+FROM ghcr.io/focoosai/deeplearning:cu12-cudnn9-py312-uv-tensorrt AS focoos-tensorrt
+LABEL authors="focoos.ai"
25
+
26
+WORKDIR /app
27
28
+COPY focoos ./focoos
29
+COPY pyproject.toml ./pyproject.toml
30
+RUN uv pip install --system -e .[onnx,tensorrt]
0 commit comments