Spaces:
Running
Running
no ninja
Browse files- Dockerfile +1 -1
- pre-requirements.txt +1 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Base image, have to use the full version to use the git features
|
2 |
-
FROM python:3.
|
3 |
# https://huggingface.co/docs/hub/spaces-sdks-docker-first-demo
|
4 |
|
5 |
# RUN apt-get install -y git
|
|
|
1 |
# Base image, have to use the full version to use the git features
|
2 |
+
FROM python:3.11
|
3 |
# https://huggingface.co/docs/hub/spaces-sdks-docker-first-demo
|
4 |
|
5 |
# RUN apt-get install -y git
|
pre-requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
ninja
|
2 |
iopath
|
3 |
fvcore
|
4 |
|
|
|
1 |
+
# ninja
|
2 |
iopath
|
3 |
fvcore
|
4 |
|
requirements.txt
CHANGED
@@ -6,3 +6,4 @@ pyransac3d
|
|
6 |
|
7 |
git+https://github.com/facebookresearch/[email protected]
|
8 |
git+https://github.com/facebookresearch/detectron2.git
|
|
|
|
6 |
|
7 |
git+https://github.com/facebookresearch/[email protected]
|
8 |
git+https://github.com/facebookresearch/detectron2.git
|
9 |
+
|