miike-ai commited on
Commit
ca4136c
·
verified ·
1 Parent(s): e56321b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -113,6 +113,6 @@ echo "Installation complete!"\n\
113
 
114
  # Optional: Install requirements.txt if you want it done at build time
115
  # Uncomment the next line if you want automatic installation
116
- # RUN /opt/unsloth-env/bin/pip install -r /workspace/requirements.txt
117
 
118
  CMD ["/start.sh"]
 
113
 
114
  # Optional: Install requirements.txt if you want it done at build time
115
  # Uncomment the next line if you want automatic installation
116
+ RUN /opt/unsloth-env/bin/pip install -r /workspace/requirements.txt
117
 
118
  CMD ["/start.sh"]