Skip to content

Commit

Permalink
Merge pull request #55 from CaseyTa/fix_dockerfile
Browse files Browse the repository at this point in the history
Replace Dockerfile command of local install of predict-drug-target fo…
  • Loading branch information
micheldumontier authored May 1, 2024
2 parents 46b9b22 + d53106b commit 039f247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ENV MODULE_NAME=trapi.main \
# WORKDIR /app/trapi-openpredict

# RUN pip install -e /app/predict-drug-target /app/trapi-predict-kit
RUN pip install -e /app/predict-drug-target
RUN pip install -e .

# RUN pip install -e . /app/predict-drug-target /app/trapi-predict-kit
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies = [
"trapi-predict-kit[web,opentelemetry] @ git+https://github.com/MaastrichtU-IDS/trapi-predict-kit.git",
# "trapi-predict-kit @ {root:uri}/trapi-predict-kit",

# "predict-drug-target @ git+https://github.com/MaastrichtU-IDS/predict-drug-target.git", # Uncomment for prod
"predict-drug-target", # Uncomment if you want to run locally in dev
"predict-drug-target @ git+https://github.com/MaastrichtU-IDS/predict-drug-target.git", # Uncomment for prod
# "predict-drug-target", # Uncomment if you want to run locally in dev
# "predict-drug-target @ {root:uri}/predict-drug-target",
]

Expand Down

0 comments on commit 039f247

Please sign in to comment.