lcolonn commited on
Commit
88301ae
·
verified ·
1 Parent(s): a5f61bd

feat: update mlipaudit whl file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y \
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
14
 
15
  EXPOSE 8501
16
 
 
8
  git \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
+ COPY mlipaudit-0.1.0a0-py3-none-any.whl ./
12
 
13
+ RUN pip3 install ./mlipaudit-0.1.0a0-py3-none-any.whl
14
 
15
  EXPOSE 8501
16