Build docker space error "failed to unmount target /tmp/containerd-mountxxxxxx"

Could you try adding the following env variables at the end of you Dockerfile before the CMD ?

ENV PYTHONUNBUFFERED=1 \
	GRADIO_ALLOW_FLAGGING=never \
	GRADIO_NUM_PORTS=1 \
	GRADIO_SERVER_NAME=0.0.0.0 \
	SYSTEM=spaces
3 Likes