anchor
		
	commited on
		
		
					Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
    	
        entrypoint.sh
    CHANGED
    
    | @@ -14,4 +14,4 @@ echo "pythonpath" $PYTHONPATH | |
| 14 | 
             
            source /opt/conda/etc/profile.d/conda.sh
         | 
| 15 | 
             
            conda activate musev
         | 
| 16 | 
             
            which python
         | 
| 17 | 
            -
            python  | 
|  | |
| 14 | 
             
            source /opt/conda/etc/profile.d/conda.sh
         | 
| 15 | 
             
            conda activate musev
         | 
| 16 | 
             
            which python
         | 
| 17 | 
            +
            python app.py
         |