File size: 207 Bytes
7d0e360
 
 
 
 
 
 
1
2
3
4
5
6
7
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=''"]