fixing rq_hf.txt
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -7,7 +7,7 @@ WORKDIR /code | |
| 7 |  | 
| 8 | 
             
            COPY requirements_hf.txt .
         | 
| 9 | 
             
            RUN pip install --no-cache-dir --upgrade pip \
         | 
| 10 | 
            -
                && pip install --no-cache-dir -r  | 
| 11 |  | 
| 12 | 
             
            COPY . .
         | 
| 13 |  | 
|  | |
| 7 |  | 
| 8 | 
             
            COPY requirements_hf.txt .
         | 
| 9 | 
             
            RUN pip install --no-cache-dir --upgrade pip \
         | 
| 10 | 
            +
                && pip install --no-cache-dir -r requirements_hf.txt
         | 
| 11 |  | 
| 12 | 
             
            COPY . .
         | 
| 13 |  | 
