Skip to content

Commit

Permalink
experiments: Remove rust flags from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondraceq committed Nov 12, 2023
1 parent 379e1c2 commit 44850c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions experiments/voxel/enviroment.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ RUN echo $'#!/usr/bin/env bash\n\
util/monitorMemUsage.sh /artefact/results.json $@\n' > /bin/rofiInvoke; \
chmod +x /bin/rofiInvoke

# Uncomment if you want to enable debug assertions in Rust
# RUN export RUSTFLAGS="-C debug-assertions -C overflow-checks"

WORKDIR /RoFI

ENTRYPOINT ["rofiInvoke"]

0 comments on commit 44850c1

Please sign in to comment.