Skip to content

Commit

Permalink
Merge branch 'releases/2.4.0' of https://github.com/argilla-io/argilla
Browse files Browse the repository at this point in the history
…into releases/2.4.0
  • Loading branch information
leiyre committed Oct 30, 2024
2 parents c5b54ca + ce9716a commit c060372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argilla-server/docker/argilla-hf-spaces/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ RUN \
chmod +x /home/argilla/start_argilla_server.sh && \
# Give ownership of the data directory to the argilla user
chown -R argilla:argilla /data && \
# Install additional tools to be used in the start.sh script to get default username and generate passwords
apt-get install -y curl jq pwgen && \
# Clean up
apt-get remove -y wget gnupg && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /packages && \
# Install pwgen curl and jq
apt-get update && apt-get install -y curl jq pwgen
rm -rf /packages

COPY config/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml

Expand Down

0 comments on commit c060372

Please sign in to comment.