testdeep123 commited on
Commit
b465bd2
·
verified ·
1 Parent(s): 42daf04

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -16,10 +16,6 @@ RUN apt-get update && \
16
  apt-get install -y java-21-amazon-corretto-jdk && \
17
  rm -rf /var/lib/apt/lists/*
18
 
19
- # Download Minecraft world from Hugging Face dataset
20
- RUN git lfs install && \
21
- git clone https://huggingface.co/datasets/testdeep123/world /app/world
22
-
23
  # Set working directory
24
  WORKDIR /app
25
 
 
16
  apt-get install -y java-21-amazon-corretto-jdk && \
17
  rm -rf /var/lib/apt/lists/*
18
 
 
 
 
 
19
  # Set working directory
20
  WORKDIR /app
21