Skip to content

Commit

Permalink
add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy60504 committed Nov 20, 2024
1 parent 05f4a61 commit 4f34721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install linux package
RUN apt-get update && apt-get upgrade -y; \
apt-get install -y \
curl git htop sudo vim wget python3-dev;
curl git htop sudo vim wget build-essential

# Install conda package
COPY docker/conda_requirements.txt /tmp/
Expand Down

0 comments on commit 4f34721

Please sign in to comment.