CoolFace
Apppublic

ragecc/docs

sourceHugging Facecc-by-nc-4.0updated 4y agoView on Hugging Face
0likes
Dockerfile15 linesDownload Raw Back to root
1FROM livebook/livebook:latest-cuda11.82 3ENV LIVEBOOK_APP_SERVICE_NAME "🐳 Hugging Face - $SPACE_TITLE"4ENV LIVEBOOK_APP_SERVICE_URL "https://huggingface.co/spaces/$SPACE_AUTHOR_NAME/$SPACE_REPO_NAME"5ENV LIVEBOOK_UPDATE_INSTRUCTIONS_URL "https://livebook.dev"6ENV LIVEBOOK_WITHIN_IFRAME "true"7ENV LIVEBOOK_DATA_PATH "/data"8ENV LIVEBOOK_PORT 78609 10EXPOSE 786011 12USER root13RUN mkdir -p /data14RUN chmod 777 /data15