testbot commited on
Commit
b911018
1 Parent(s): 1fc2558
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -23,10 +23,12 @@ RUN pip install --no-cache-dir pip && \
23
  transformers
24
 
25
  # Prepare bloomz.cpp
26
- RUN git clone https://github.com/NouamaneTazi/bloomz.cpp@4fc96cbf2e2c257eaca1cd7b7ed8e31741e672ee
27
 
28
  WORKDIR $HOME/app/bloomz.cpp
29
 
 
 
30
  RUN make
31
 
32
  # Add files
 
23
  transformers
24
 
25
  # Prepare bloomz.cpp
26
+ RUN git clone https://github.com/NouamaneTazi/bloomz.cpp
27
 
28
  WORKDIR $HOME/app/bloomz.cpp
29
 
30
+ # just to ensure not being on main branch # TODO: might remove this in the future
31
+ RUN git checkout 4fc96cbf2e2c257eaca1cd7b7ed8e31741e672ee
32
  RUN make
33
 
34
  # Add files