Skip to content

Commit

Permalink
bump base version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 18, 2025
1 parent e537e86 commit 00b82e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 52 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ COPY assets/docker/config/.pys_usercfg.ini /Pysces/.pys_usercfg.ini
COPY assets/docker/config/.pys_usercfg.ini /root/Pysces/.pys_usercfg.ini
COPY tests/test_fixtures /test_fixtures

WORKDIR /bio-compose-server
WORKDIR /app

# copy container libs
# COPY ./gateway /bio-compose-server/gateway
# COPY ./shared /bio-compose-server/shared
# COPY ./worker /bio-compose-server/worker

# copy env configs
COPY ./environment.yml /bio-compose-server/environment.yml
COPY ./pyproject.toml /bio-compose-server/pyproject.toml
COPY ./environment.yml /app/environment.yml
COPY ./pyproject.toml /app/pyproject.toml
COPY ./shared/scripts/entrypoint.sh /entrypoint.sh

RUN echo "Server" > /bio-compose-server/README.md \
RUN echo "Server" > appr/README.md \
&& mkdir config \
&& chmod +x /entrypoint.sh

RUN conda update -n base -c conda-forge conda \
&& conda env create -f /bio-compose-server/environment.yml -y \
&& conda env create -f /app/environment.yml -y \
&& conda run -n server pip install --upgrade pip \
&& echo "conda activate server" >> /.bashrc

Expand Down
2 changes: 1 addition & 1 deletion assets/docker/.BASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4-dev
0.0.5-dev
46 changes: 0 additions & 46 deletions pyproject.original

This file was deleted.

0 comments on commit 00b82e6

Please sign in to comment.