Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update
Browse files- Dockerfile +1 -1
 - push.bat +3 -0
 
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -8,7 +8,7 @@ RUN mkdir -p /root/FaceOnLive_v6/facewrapper 
     | 
|
| 8 | 
         
             
            WORKDIR /root/FaceOnLive_v6
         
     | 
| 9 | 
         
             
            COPY ./facewrapper ./facewrapper
         
     | 
| 10 | 
         
             
            COPY ./facewrapper/libs/libimutils.so /usr/lib
         
     | 
| 11 | 
         
            -
            COPY ./ 
     | 
| 12 | 
         
             
            COPY ./app.py ./app.py
         
     | 
| 13 | 
         
             
            COPY ./requirements.txt ./requirements.txt
         
     | 
| 14 | 
         
             
            RUN pip3 install -r requirements.txt
         
     | 
| 
         | 
|
| 8 | 
         
             
            WORKDIR /root/FaceOnLive_v6
         
     | 
| 9 | 
         
             
            COPY ./facewrapper ./facewrapper
         
     | 
| 10 | 
         
             
            COPY ./facewrapper/libs/libimutils.so /usr/lib
         
     | 
| 11 | 
         
            +
            COPY ./openvino /usr/lib
         
     | 
| 12 | 
         
             
            COPY ./app.py ./app.py
         
     | 
| 13 | 
         
             
            COPY ./requirements.txt ./requirements.txt
         
     | 
| 14 | 
         
             
            RUN pip3 install -r requirements.txt
         
     | 
    	
        push.bat
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            git add .
         
     | 
| 2 | 
         
            +
            git commit -m %1
         
     | 
| 3 | 
         
            +
            git push
         
     |