AndreasLH commited on
Commit
c8f44ef
·
1 Parent(s): 20490e9
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. pre-requirements.txt +1 -1
  3. 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.10
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
+