Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +1 -1
- requirements.txt +0 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY --link --chown=1000 ./ /usr/src/app
|
|
7 |
COPY . .
|
8 |
|
9 |
# install dependcies
|
10 |
-
RUN conda install -y python=3.9 pandas numpy scikit-learn
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
#if you need to download executable and run them switch to the default non-root user
|
|
|
7 |
COPY . .
|
8 |
|
9 |
# install dependcies
|
10 |
+
RUN conda install -y python=3.9 openmm=7.7 pandas numpy scikit-learn
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
#if you need to download executable and run them switch to the default non-root user
|
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
gradio
|
2 |
gradio_molecule3d
|
3 |
setuptools==59.5.0
|
4 |
-
openmm==7.7
|
5 |
pdbfixer
|
6 |
lightning==2.*
|
7 |
biopython==1.79
|
|
|
1 |
gradio
|
2 |
gradio_molecule3d
|
3 |
setuptools==59.5.0
|
|
|
4 |
pdbfixer
|
5 |
lightning==2.*
|
6 |
biopython==1.79
|