Delete Dockerfile

#1
by DarDrax - opened
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile DELETED
@@ -1,8 +0,0 @@
1
- FROM jupyter/base-notebook:latest
2
-
3
- USER root
4
- RUN pip install torch transformers accelerate bitsandbytes peft trl httpx wandb matplotlib
5
- USER jovyan
6
-
7
- EXPOSE 7860
8
- CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=7860", "--no-browser", "--allow-root", "--NotebookApp.token=''"]