Skip to content

Commit

Permalink
add debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Sep 22, 2023
1 parent 6d12636 commit 6705a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pybind_interface/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Base OS
FROM qsim

RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

# Install additional requirements
RUN apt-get install -y python3-dev python3-pybind11 python3-pytest python3-pip

Expand Down

0 comments on commit 6705a06

Please sign in to comment.