Make cleaning

This commit is contained in:
Eric Coissac
2025-11-16 14:56:03 +01:00
parent 35d275c104
commit 30b7175702
367 changed files with 170866 additions and 11173 deletions

View File

@@ -49,12 +49,12 @@ docker ps -aq --filter name=jupyter- | xargs -r docker rm -f 2>/dev/null || true
# Build student image
echo ""
echo -e "${BLUE}🔨 Building student image...${NC}"
#docker build -t jupyterhub-student:latest -f Dockerfile .
docker build -t jupyterhub-student:latest -f Dockerfile .
# Build hub image
echo ""
echo -e "${BLUE}🔨 Building JupyterHub image...${NC}"
#docker build -t jupyterhub-hub:latest -f Dockerfile.hub .
docker build -t jupyterhub-hub:latest -f Dockerfile.hub .
# Compile the web site
echo ""