Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			A10G
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			A10G
	minor style on the quicksearch component (#43)
Browse files- minor style on the quicksearch component (8d41913d5e8ba2d91f4f2e7cd2c135932fa72423)
Co-authored-by: Radamés Ajna <[email protected]>
- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -37,7 +37,7 @@ RUN pyenv install ${PYTHON_VERSION} && \ | |
| 37 | 
             
                pyenv global ${PYTHON_VERSION} && \
         | 
| 38 | 
             
                pyenv rehash && \
         | 
| 39 | 
             
                pip install --no-cache-dir -U pip setuptools wheel && \
         | 
| 40 | 
            -
                pip install "huggingface-hub" "hf-transfer" "gradio>=4.26.0" "gradio_huggingfacehub_search==0.0. | 
| 41 |  | 
| 42 | 
             
            COPY --chown=1000 . ${HOME}/app
         | 
| 43 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp
         | 
|  | |
| 37 | 
             
                pyenv global ${PYTHON_VERSION} && \
         | 
| 38 | 
             
                pyenv rehash && \
         | 
| 39 | 
             
                pip install --no-cache-dir -U pip setuptools wheel && \
         | 
| 40 | 
            +
                pip install "huggingface-hub" "hf-transfer" "gradio>=4.26.0" "gradio_huggingfacehub_search==0.0.7"
         | 
| 41 |  | 
| 42 | 
             
            COPY --chown=1000 . ${HOME}/app
         | 
| 43 | 
             
            RUN git clone https://github.com/ggerganov/llama.cpp
         | 

 
		