Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -4,6 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
| 4 |
|
| 5 |
# Update and install dependencies
|
| 6 |
RUN apt-get update && apt-get install -y \
|
|
|
|
|
|
|
| 7 |
curl \
|
| 8 |
wget \
|
| 9 |
git \
|
|
@@ -27,7 +29,7 @@ WORKDIR /workspace
|
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
|
| 30 |
-
RUN git clone https://github.com/TECHBITFORGE-office/school_project.git
|
| 31 |
|
| 32 |
0929093
|
| 33 |
|
|
|
|
| 4 |
|
| 5 |
# Update and install dependencies
|
| 6 |
RUN apt-get update && apt-get install -y \
|
| 7 |
+
sudo \
|
| 8 |
+
nano \
|
| 9 |
curl \
|
| 10 |
wget \
|
| 11 |
git \
|
|
|
|
| 29 |
EXPOSE 7860
|
| 30 |
|
| 31 |
|
| 32 |
+
# RUN git clone https://github.com/TECHBITFORGE-office/school_project.git
|
| 33 |
|
| 34 |
0929093
|
| 35 |
|