kwabs22
commited on
Commit
·
f5daf13
1
Parent(s):
3739999
Testing Stable LM 2 1.6B Zephyr
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ RUN cd llama.cpp && \
|
|
| 22 |
make -j
|
| 23 |
|
| 24 |
# Set MPLCONFIGDIR to a writable directory
|
| 25 |
-
ENV MPLCONFIGDIR /usr/src/app/
|
| 26 |
|
| 27 |
# Make sure the directory exists and has proper permissions
|
| 28 |
RUN mkdir -p $MPLCONFIGDIR && chmod -R 777 $MPLCONFIGDIR
|
|
|
|
| 22 |
make -j
|
| 23 |
|
| 24 |
# Set MPLCONFIGDIR to a writable directory
|
| 25 |
+
ENV MPLCONFIGDIR /usr/src/app/flagged
|
| 26 |
|
| 27 |
# Make sure the directory exists and has proper permissions
|
| 28 |
RUN mkdir -p $MPLCONFIGDIR && chmod -R 777 $MPLCONFIGDIR
|