Skip to content

Commit 70ba7ed

Browse files
committed
fixed apt-get
1 parent 4b2fb63 commit 70ba7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ml/llm/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new && \
2929
clojure -Ttools list
3030

3131
RUN sudo apt-get update && \
32-
sudo apt-get install -y lsb-release maven apt-get install libxrender1 libxtst6 libxi6
32+
sudo apt-get install -y lsb-release maven libxrender1 libxtst6 libxi6

0 commit comments

Comments
 (0)