Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
-
COPY requirements.txt ./
|
| 12 |
COPY mlipaudit-0.1.0-py3-none-any.whl ./
|
| 13 |
|
| 14 |
RUN pip3 install ./mlipaudit-0.1.0-py3-none-any.whl git+https://github.com/jax-md/jax-md.git@main
|
|
@@ -27,6 +26,4 @@ RUN chmod 777 /.config
|
|
| 27 |
RUN mkdir /.streamlit
|
| 28 |
RUN chmod 777 /.streamlit
|
| 29 |
|
| 30 |
-
USER root
|
| 31 |
-
|
| 32 |
ENTRYPOINT ["./run_app.sh"]
|
|
|
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
|
|
|
| 11 |
COPY mlipaudit-0.1.0-py3-none-any.whl ./
|
| 12 |
|
| 13 |
RUN pip3 install ./mlipaudit-0.1.0-py3-none-any.whl git+https://github.com/jax-md/jax-md.git@main
|
|
|
|
| 26 |
RUN mkdir /.streamlit
|
| 27 |
RUN chmod 777 /.streamlit
|
| 28 |
|
|
|
|
|
|
|
| 29 |
ENTRYPOINT ["./run_app.sh"]
|