BramVanroy commited on
Commit
c7ad7ab
1 Parent(s): 8ed07fa

add version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV PORT=7860 \
30
  WORKDIR ${HOME}/mateo
31
 
32
  # Clone the repository
33
- RUN git clone https://github.com/BramVanroy/mateo-demo.git
34
  WORKDIR mateo-demo
35
 
36
  # Install Python dependencies with conditional torch installation
 
30
  WORKDIR ${HOME}/mateo
31
 
32
  # Clone the repository
33
+ RUN git clone --depth 1 --branch v1.4.0 https://github.com/BramVanroy/mateo-demo.git
34
  WORKDIR mateo-demo
35
 
36
  # Install Python dependencies with conditional torch installation