Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
git \
|
| 10 |
python3 \
|
| 11 |
python3-pip \
|
|
|
|
| 12 |
&& apt-get clean
|
| 13 |
|
| 14 |
# Install code-server properly
|
|
@@ -25,7 +26,10 @@ WORKDIR /workspace
|
|
| 25 |
# Expose Hugging Face port
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
# Start VS Code server
|
| 31 |
# If PASSWORD isn't set, print error and exit (so you notice)
|
|
|
|
| 9 |
git \
|
| 10 |
python3 \
|
| 11 |
python3-pip \
|
| 12 |
+
git \
|
| 13 |
&& apt-get clean
|
| 14 |
|
| 15 |
# Install code-server properly
|
|
|
|
| 26 |
# Expose Hugging Face port
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
+
|
| 30 |
+
RUN git clone https://github.com/TECHBITFORGE-office/school_project.git
|
| 31 |
+
|
| 32 |
+
0929093
|
| 33 |
|
| 34 |
# Start VS Code server
|
| 35 |
# If PASSWORD isn't set, print error and exit (so you notice)
|