Tests
Browse files- Dockerfile +1 -1
- README.md +2 -5
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 6 |
build-essential \
|
| 7 |
curl \
|
| 8 |
software-properties-common \
|
| 9 |
-
git
|
| 10 |
libxrender1 procps libgl1-mesa-glx xvfb \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
|
|
|
| 6 |
build-essential \
|
| 7 |
curl \
|
| 8 |
software-properties-common \
|
| 9 |
+
git \
|
| 10 |
libxrender1 procps libgl1-mesa-glx xvfb \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
README.md
CHANGED
|
@@ -11,9 +11,6 @@ pinned: false
|
|
| 11 |
short_description: testing
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
|
| 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: testing
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# OpenWorm tests
|
| 15 |
|
| 16 |
+
Testing a space with OpenWorm material.
|
|
|
|
|
|
|
|
|