Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update Dockerfile
Browse files- Dockerfile +1 -1
 
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -11,7 +11,7 @@ COPY ./knowledge_base.pl knowledge_base.pl 
     | 
|
| 11 | 
         
             
            COPY ./requirements.txt requirements.txt
         
     | 
| 12 | 
         
             
            RUN pip install --no-cache-dir --upgrade pip
         
     | 
| 13 | 
         
             
            RUN pip install --no-cache-dir --upgrade -r requirements.txt
         
     | 
| 14 | 
         
            -
            RUN swipl pack install --dir 
     | 
| 15 | 
         | 
| 16 | 
         
             
            RUN python -c "import janus_swi as janus"
         
     | 
| 17 | 
         | 
| 
         | 
|
| 11 | 
         
             
            COPY ./requirements.txt requirements.txt
         
     | 
| 12 | 
         
             
            RUN pip install --no-cache-dir --upgrade pip
         
     | 
| 13 | 
         
             
            RUN pip install --no-cache-dir --upgrade -r requirements.txt
         
     | 
| 14 | 
         
            +
            RUN swipl pack install --dir=packs janus
         
     | 
| 15 | 
         | 
| 16 | 
         
             
            RUN python -c "import janus_swi as janus"
         
     | 
| 17 | 
         |