Skip to content

Commit

Permalink
fix: revert to old Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Jun 3, 2024
1 parent 548a486 commit f5c7a53
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM continuumio/miniconda3:24.1.2-0 AS cheminf-python-ms

# Set environment variables
ENV PYTHON_VERSION=3.10 \
RDKIT_VERSION=2023.09.4 \
OPENBABEL_VERSION=v3.1.1 \
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
ENV PYTHON_VERSION=3.10
ENV RDKIT_VERSION=2023.09.4
ENV OPENBABEL_VERSION=v3.1.1

# Install runtime dependencies
RUN apt-get update && \
Expand Down

0 comments on commit f5c7a53

Please sign in to comment.