Skip to content

Commit

Permalink
Dockerfile edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Nov 26, 2024
1 parent 762b8ac commit beecb8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ SHELL ["conda", "run", "-n", "sr2silo", "/bin/bash", "-c"]
# Copy the current directory contents into the container at /app
COPY . /app

# Build the Rust project
RUN cd silo-input-transformer && cargo build --release
# Build the Rust project as a Python extension
RUN cd silo_input_transformer && maturin develop --release

# Install the sr2silo package
RUN pip install -e .
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- pydantic
- click
- rust
- maturin

0 comments on commit beecb8e

Please sign in to comment.