test / Dockerfile
oki692's picture
Update Dockerfile
7d0e360 verified
raw
history blame contribute delete
207 Bytes
FROM unsloth/unsloth
# HF Spaces wymaga portu 7860
ENV JUPYTER_PORT=7860
EXPOSE 7860
CMD ["bash", "-c", "jupyter lab --ip=0.0.0.0 --port=7860 --no-browser --NotebookApp.password='' --NotebookApp.token=''"]