chrbrunk commited on
Commit
fcca5e7
·
1 Parent(s): b10d925

feat: update to mlipaudit v0.1.0

Browse files
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.0.1a0-py3-none-any.whl ./
12
 
13
- RUN pip3 install ./mlipaudit-0.0.1a0-py3-none-any.whl
14
 
15
  EXPOSE 8501
16
 
 
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
14
 
15
  EXPOSE 8501
16
 
README.md CHANGED
@@ -11,9 +11,7 @@ pinned: false
11
  short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
11
  short_description: Streamlit template space
12
  ---
13
 
14
+ # Welcome to the MLIPAudit Leaderboard
15
 
16
+ Check out MLIPAudit [here](https://github.com/instadeepai/mlipaudit).
17
 
 
 
mlipaudit-0.0.1a0-py3-none-any.whl → mlipaudit-0.1.0-py3-none-any.whl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a9821e24db50a71b7c53fd2c47d8c3e6a0bc26df550f763898a511faf483ee5
3
- size 6030621
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4614ab0248614ef3617b2b381d68937792106e264c87e95e3afd8637b7c2c1d
3
+ size 6030440