Skip to content

Commit

Permalink
Revert "feat: install NCATS required packages to docker (#53)" (#54)
Browse files Browse the repository at this point in the history
This reverts commit cda113b.
  • Loading branch information
mapleknight authored Mar 9, 2022
1 parent cda113b commit 8f69b08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile-ncats
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ RUN ng build --configuration production --deploy-url=/models/client/ --base-href

FROM continuumio/miniconda:4.7.12

# Install NCATS required packages
RUN apt-get update -y && apt-get install -y net-tools

WORKDIR /opt/adme

COPY server ./
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile-opendata
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ RUN ng build --configuration production --deploy-url=/adme/client/ --base-href=/

FROM continuumio/miniconda:4.7.12

# Install NCATS required packages
RUN apt-get update -y && apt-get install -y net-tools

WORKDIR /opt/adme

COPY server ./
Expand Down

0 comments on commit 8f69b08

Please sign in to comment.