Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
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"]
|