Joshua Sundance Bailey
commited on
Commit
·
8b842ae
1
Parent(s):
ef13c5f
remove asterisk to include config in image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN pip install --user --no-cache-dir --upgrade pip
|
|
11 |
COPY ./requirements.txt /home/appuser/requirements.txt
|
12 |
RUN pip install --user --no-cache-dir --upgrade -r /home/appuser/requirements.txt
|
13 |
|
14 |
-
COPY ./langchain-streamlit-demo
|
15 |
|
16 |
WORKDIR /home/appuser/langchain-streamlit-demo
|
17 |
EXPOSE 7860
|
|
|
11 |
COPY ./requirements.txt /home/appuser/requirements.txt
|
12 |
RUN pip install --user --no-cache-dir --upgrade -r /home/appuser/requirements.txt
|
13 |
|
14 |
+
COPY ./langchain-streamlit-demo/ /home/appuser/langchain-streamlit-demo/
|
15 |
|
16 |
WORKDIR /home/appuser/langchain-streamlit-demo
|
17 |
EXPOSE 7860
|