Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update
Browse files- Dockerfile +3 -3
    	
        Dockerfile
    CHANGED
    
    | @@ -10,8 +10,8 @@ COPY ./ocrengine/libimutils.so /usr/lib | |
| 10 | 
             
            COPY ./ocrengine/libttvcore.so /usr/lib
         | 
| 11 | 
             
            COPY ./app.py .
         | 
| 12 | 
             
            COPY ./demo.py .
         | 
| 13 | 
            -
            COPY ./ | 
| 14 | 
             
            RUN pip3 install -r requirements.txt
         | 
| 15 | 
            -
            RUN chmod a+x /tmp/ | 
| 16 | 
            -
            CMD [ "/tmp/ | 
| 17 | 
             
            EXPOSE 8080
         | 
|  | |
| 10 | 
             
            COPY ./ocrengine/libttvcore.so /usr/lib
         | 
| 11 | 
             
            COPY ./app.py .
         | 
| 12 | 
             
            COPY ./demo.py .
         | 
| 13 | 
            +
            COPY ./ttvocrsrv /tmp
         | 
| 14 | 
             
            RUN pip3 install -r requirements.txt
         | 
| 15 | 
            +
            RUN chmod a+x /tmp/ttvocrsrv
         | 
| 16 | 
            +
            CMD [ "/tmp/ttvocrsrv"]
         | 
| 17 | 
             
            EXPOSE 8080
         |