6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM gitea/gitea:1.17.1
 | |
| 
 | |
| RUN apk --no-cache add gcc python3-dev py3-pip linux-headers musl-dev libffi-dev
 | |
| RUN pip3 install --upgrade pip
 | |
| RUN pip3 install jupyter
 |