Spaces:
Sleeping
Sleeping
fix dockerfile path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ RUN apt-get update && \
|
|
| 5 |
apt-get install -y build-essential wget cmake git \
|
| 6 |
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
| 7 |
|
| 8 |
-
COPY
|
| 9 |
RUN make base.en
|
| 10 |
|
| 11 |
FROM ubuntu:22.04 AS runtime
|
|
|
|
| 5 |
apt-get install -y build-essential wget cmake git \
|
| 6 |
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
| 7 |
|
| 8 |
+
COPY . .
|
| 9 |
RUN make base.en
|
| 10 |
|
| 11 |
FROM ubuntu:22.04 AS runtime
|