Skip to content

Commit

Permalink
add docker temp dir clearnup
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmcg1 committed Jan 9, 2025
1 parent b6fd1d6 commit d52c23d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2b.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN cd /home/user/wandbot && \
index_dir = VectorStoreConfig().index_dir; \
print(index_dir, end="")') && \
mkdir -p $INDEX_DIR && \
cp -r /home/user/temp_index/* $INDEX_DIR/
cp -r /home/user/temp_index/* $INDEX_DIR/ && \
rm -rf /home/user/temp_index

# Ensure we're in the wandbot directory when container starts
WORKDIR /home/user
Expand Down

0 comments on commit d52c23d

Please sign in to comment.