Skip to content

Commit

Permalink
reorganized
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav010 committed Nov 6, 2023
1 parent dc92268 commit f32bed6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM alpine:3.14

RUN sudo apt install conda
RUN conda env create -f env.yml
RUN conda env create -f ./build_utils/env.yml

COPY ./App
COPY ./backend.py
COPY ./dbGen.py
COPY ./medmini.py
COPY ./mashqa_data
COPY ./utils/run.sh
COPY ./build_utils/run.sh

RUN conda activate Megathon
RUN conda activate medmini

RUN chmod +x run.sh
RUN run.sh
2 changes: 1 addition & 1 deletion env.yml → build_utils/env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Megathon
name: medmini
channels:
- defaults
dependencies:
Expand Down
File renamed without changes.

0 comments on commit f32bed6

Please sign in to comment.